Skip to content

Instantly share code, notes, and snippets.

View GeorgeWL's full-sized avatar

George W Langham GeorgeWL

View GitHub Profile
auto-generated
@GeorgeWL
GeorgeWL / mobx.ts
Created April 11, 2019 12:08
mobx.ts
export Class TestStore{
private isTest:boolean=false;
@computed
public get IsTest():boolean {
return this.isTest;
}
@action setTest(state: boolean){
this.isTest = state;
}
@GeorgeWL
GeorgeWL / hello_world.java
Created July 28, 2019 16:27
hello world.java
/* HelloWorld.java
*/
public class HelloWorld
{
public static void main(String[] args) {
System.out.println("Hello World!");
}
}

Keybase proof

I hereby claim:

  • I am georgewl on github.
  • I am georgewl (https://keybase.io/georgewl) on keybase.
  • I have a public key ASDVUOLl3uozbFbn-XbIUBHsOt4Z5J37HczTM3iqLGTMKQo

To claim this, I am signing this object:

GitHub Flavored Markdown

View the source of this content.

Let's get the whole "linebreak" thing out of the way. The next paragraph contains two phrases separated by a single newline character:

Roses are red Violets are blue

const getWord = ()=> (
([] + {})[+!![] + [+[]]]).toUpperCase() +
// 'J' == '[object Object]'[10]
(![] + [])[+!![]] +
// 'a' == 'false'[1]
'v' +
// 'v'
(![] + [])[+!![]] +
// 'a' == 'false'[1]
@GeorgeWL
GeorgeWL / jsFuck.js
Created October 16, 2024 17:05
JSFuck
const getWord = ()=> (
([] + {})[+!![] + [+[]]]).toUpperCase() +
// 'J' == '[object Object]'[10]
(![] + [])[+!![]] +
// 'a' == 'false'[1]
'v' +
// 'v'
(![] + [])[+!![]] +
// 'a' == 'false'[1]