Skip to content

Instantly share code, notes, and snippets.

View yusufunlu's full-sized avatar
🎯
Focusing

Yusufu yusufunlu

🎯
Focusing
View GitHub Profile
sudo amazon-linux-extras install java-openjdk18
javac --version
sudo yum install git
git clone https://gitlab.com/kmehdiza/library/-/tree/mongodb-impl?ref_type=heads
sudo yum update -y
sudo wget https://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
sudo yum install -y apache-maven
mvn --version
cd library/
cd books-ms/
@yusufunlu
yusufunlu / copy-of-phase-1.ipynb
Last active May 22, 2022 04:27
Phase-1-eff.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@yusufunlu
yusufunlu / testing_evaluation_eff.ipynb
Last active May 21, 2022 23:40
Testing_Evaluation_eff.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
package com.artiwise.newswise.supernova.model.DTO;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import javax.persistence.*;
import java.io.Serializable;
package com.artiwise.newswise.supernova.hadron;
import com.artiwise.newswise.supernova.model.DTO.ConditionDto;
import com.artiwise.newswise.supernova.model.DTO.RuleObject;
import com.artiwise.newswise.supernova.model.DTO.proxy.RuleProxy;
import com.artiwise.newswise.supernova.model.enums.ConditionTypeEnum;
import com.artiwise.newswise.supernova.model.enums.Operator;
import com.artiwise.newswise.supernova.service.PayloadTrieCacheService;
import com.artiwise.newswise.supernova.service.RuleService;
import lombok.Getter;
package com.artiwise.newswise.supernova.hadron;
import com.artiwise.newswise.supernova.client.AnaliticClient;
import com.artiwise.newswise.supernova.model.DTO.analytics.DocumentDto;
import com.artiwise.newswise.supernova.model.DTO.proxy.RuleProxy;
import com.artiwise.newswise.supernova.model.DTO.proxy.TemplateProxy;
import com.artiwise.newswise.supernova.model.DTO.proxy.TopicProxy;
import com.artiwise.newswise.supernova.model.enums.Operator;
import com.artiwise.newswise.supernova.model.stack.Document;
var app = require('./app');
var port = CONFIG.port;
var server = app.listen(port, function() {
console.log('Express server listening on port ' + port);
});
<AktivasyonFormKaydet xmlns="https://irismobil.bizimdomain.com.tr/">
<pPersonelId>int</pPersonelId>
<pSessionId>int</pSessionId>
<pSessionGUID>string</pSessionGUID>
<pSozlesmeTarih>
<Gun>int</Gun>
<Ay>int</Ay>
<Yil>int</Yil>
<DDMMYYYY>string</DDMMYYYY>
</pSozlesmeTarih>
package com.unlu.co
import java.util.concurrent.ConcurrentHashMap;
import com.google.gson.Gson;
import org.json.JSONObject;
public class CacheManager {
package com.yusuf.iris.utils;
import android.content.Context;
import java.util.List;
import java.util.concurrent.ConcurrentHashMap;
import com.yusuf.iris.helpers.Helper;
import com.yusuf.iris.zitem.Session;