View alw1.xml
This file has been truncated, but you can view the full file.
| <?xml version="1.0" encoding="UTF-8"?> | |
| <root> | |
| <kyero> | |
| <feed_version>3</feed_version> | |
| </kyero> | |
| <property> | |
| <id>2</id> | |
| <date>2016-09-30 17:12:05.698</date> | |
| <ref>11616</ref> | |
| <price>160000</price> |
View .aliases
| alias worque='/var/www/worque/worque' | |
| alias behat='vendor/bin/behat' | |
| phpArtisan() { | |
| php artisan $1 -vvv | |
| notify-send laravel "$1 command has finished" | |
| } | |
| alias pa=phpArtisan | |
| alias erase='git checkout -f' | |
| alias szsh='source ~/.zshrc' | |
| alias diff='git diff' |
View GlobalHook.csx
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| using CreviceApp.WinAPI.CoreAudio; | |
| using CreviceApp.WinAPI.Window; | |
| using static CreviceApp.WinAPI.Constants.WindowsMessages; |
View 0_reuse_code.js
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
View Webpack 2.0.7-beta vs Rollup
| ❯ rollup --version | |
| rollup version 0.25.3 | |
| ❯ time rollup -c ./rollup.js | |
| rollup -c ./rollup.js 4.65s user 0.22s system 118% cpu 4.131 total | |
| ❯ time webpack | |
| Hash: ebb00bbccd954c114d3c | |
| Version: webpack 2.0.7-beta | |
| Time: 3623ms |
View Main.go
| package main | |
| import "fmt" | |
| func main(){ | |
| // Here your code ! | |
| sum := 0 | |
| for i := 0; i < 1000000000; i++ { | |
| sum += i | |
| } | |
| fmt.Println(sum) |
View GIST_DUMMY.json
| Created a new gist to insert some dummy content |
View 1.RegistrySnapshot.xml
| <?xml version="1.0" encoding="utf-8"?> | |
| <registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <user>S-1-5-21-1953236517-242735908-2433092285-500</user> | |
| <keys> | |
| <key installerType="Msi" displayName="ConEmu 161002.x64" displayVersion="11.161.0020"> | |
| <RegistryView>Registry64</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{993AEBD3-6F07-4504-93A1-0CACAF534230}</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA[MsiExec.exe /I{993AEBD3-6F07-4504-93A1-0CACAF534230}]]></UninstallString> |
View gist:4925d889fc4d5d2b4ed70bb55b0029b8
| Spil.Instance.RequestSplashScreen(); |
View gist:bb37985f52c1b0a1746dda20f0de1c18
| # Jekins 2.0 Dockerfile: | |
| # docker build windows-jenkins:latest | |
| # docker run -ti -p 8080:8080 windows-jenkins | |
| FROM windows-java:latest | |
| ENV HOME /jenkins | |
| ENV JENKINS_VERSION 2.0 | |
| RUN mkdir \jenkins |
NewerOlder