Skip to content

Instantly share code, notes, and snippets.

View Vilsol's full-sized avatar
🎯
Focusing

Vilsol

🎯
Focusing
View GitHub Profile
@Vilsol
Vilsol / package.json
Created October 28, 2020 15:10
Winston Elasticsearch APM Dependency Error
{
"scripts": {
"build": "tsc test.ts"
},
"dependencies": {
"@types/node": "^14.14.5",
"typescript": "^4.0.5",
"winston-elasticsearch": "^0.11.0"
}
}
else if(entry.path().extension().string() == ".zip") {
// Disable zip processing
continue;
std::string archive = pathExact + entry.path().filename().string();
Utility::debug("Attempting to load mod: ", archive);
ttvfs::Root vfs;
vfs.AddLoader(new ttvfs::DiskLoader);
@Vilsol
Vilsol / nvidia.md
Last active February 13, 2024 13:51 — forked from cavinsmith/nvidia.md
Nvidia GPUs sorted by CUDA cores

List of desktop Nvidia GPUS ordered by tensor core count (or CUDA cores)

I created it for those who use Neural Style

Guys, please add your hardware setups, neural-style configs and results in comments!

GPU CUDA cores Memory Processor frequency Tensor Cores
@Vilsol
Vilsol / nvidia.md
Created January 21, 2018 16:58 — forked from cavinsmith/nvidia.md
Nvidia GPUs sorted by CUDA cores

List of desktop Nvidia GPUS ordered by CUDA core count

I created it for those who use Neural Style

Guys, please add your hardware setups, neural-style configs and results in comments!

GPU CUDA cores Memory Processor frequency
GeForce GTX TITAN Z 5760 12 GB 705 / 876
@Vilsol
Vilsol / Entities
Created August 21, 2017 16:25
Factorio Dump
This file has been truncated, but you can view the full file.
{
"entities": {
"tree-09": {
"selection_box": {
"1": {
"1": -0.9,
"2": -2.2
},
"2": {
"1": 0.9,

Keybase proof

I hereby claim:

  • I am Vilsol on github.
  • I am vilsol (https://keybase.io/vilsol) on keybase.
  • I have a public key whose fingerprint is 65F9 6065 9C0B FD8A 371C 5189 7CD1 694B 43CB 7EF0

To claim this, I am signing this object:

public static void main(String[] args){
Scanner s = new Scanner(System.in);
String stuff = s.nextLine();
String[] x = stuff.split(" ");
int highest = 0;
for(String f : x){
if(Integer.parseInt(f) > highest){