Skip to content

Instantly share code, notes, and snippets.

View firatgursoy's full-sized avatar

Gnosis00 firatgursoy

View GitHub Profile
@firatgursoy
firatgursoy / gist:ec58055436516c3b7463c4187c47158c
Created December 3, 2022 22:44
swing + graalvm : Err should not reach here
Problem :
Getting following error while linking native-image.
Fatal error:com.oracle.svm.core.util.VMError$HostedError: should not reach here
Solution :
Upgrade MSVC to latest
@firatgursoy
firatgursoy / native_gluon_and_vertx.txt
Last active April 26, 2021 08:50
Using Gluon's client-maven-plugin with Netty or Vert.X
Using Gluon's client-maven-plugin with Netty or Vert.X
@firatgursoy
firatgursoy / java_download.sh
Created February 9, 2021 13:57 — forked from wavezhang/java_download.sh
download java from oracle without login
wget -c --no-cookies --no-check-certificate --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk/12.0.2+10/e482c34c86bd4bf8b56c0b35558996b9/jdk-12.0.2_linux-x64_bin.tar.gz
@firatgursoy
firatgursoy / String Obfuscation.php
Created November 11, 2020 14:51 — forked from Moudoux/String Obfuscation.php
Simple string obfuscation for .java files
<?php
/*
Simple java string encryption
*/
// The function to encrypt, you can put the encrypt function in each class too.
$encrypt_function = 'Crypto.decrypt';
// Your main client class
@firatgursoy
firatgursoy / template-literals-3-for-loops.js
Created July 31, 2019 08:19 — forked from wiledal/template-literals-3-for-loops.js
Template Literals example: For loops
/*
Template literals for-loop example
Using `Array(5).join(0).split(0)`, we create an empty array
with 5 items which we can iterate through using `.map()`
*/
var element = document.createElement('div')
element.innerHTML = `
<h1>This element is looping</h1>
${Array(5).join(0).split(0).map((item, i) => `
Web Tabanlı Basit Yurt Yönetim Sistemi