This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
git add -A | |
git commit -a -m "Periodic" | |
git push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VAST version="3.0"> | |
<Ad sequence="1"> | |
<InLine> | |
<AdSystem>2.0</AdSystem> | |
<AdTitle>ad-1</AdTitle> | |
<Impression /> | |
<Creatives> | |
<Creative> | |
<Linear> | |
<Duration>00:00:15</Duration> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ "keys": ["alt+shift+up"], "command": "swap_line_up" }, | |
{ "keys": ["alt+shift+down"], "command": "swap_line_down" }, | |
{ "keys": ["alt+super+up"], "command": "select_lines", "args": {"forward": false} }, | |
{ "keys": ["alt+super+down"], "command": "select_lines", "args": {"forward": true} }, | |
{ "keys": ["super+shift+h"], "command": "format_eslint" }, | |
{ "keys": ["alt+m"], "command": "markdown_preview_select", "args": {"target": "browser"} } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$version = (Get-Content package.json) -join "`n" | ConvertFrom-Json | Select -ExpandProperty "version" | |
$buildCounter = "%build.counter%" | |
$buildNumber = "$version.$buildCounter" | |
Write-Host "##teamcity[buildNumber '$buildNumber']" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1 align="center">Hi 👋, I'm Cong Nguyen Dinh</h1> | |
<h3 align="center">A passionate full-stack web and app developer.Currently enrolled at the HTW Berlin.</h3> | |
- 🔭 I’m currently working on [snapdrop flutter](https://github.com/congnguyendinh0/snapdrop_flutter) | |
- 🌱 I’m currently learning **React Native,Flutter,Swift,Penetration testing,React,AWS,NodeJs** | |
- 👯 I’m looking to collaborate on [snapdrop flutter](https://github.com/congnguyendinh0/snapdrop_flutter) | |
- 👨💻 All of my projects are available at [congportfolio.netlify.app](congportfolio.netlify.app) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 7-Zip http://www.7-zip.org/download.html | |
# Git https://git-scm.com/download/win | |
# Regex http://www.grymoire.com/Unix/Regular.html#uh-12 | |
# AwkRef http://www.grymoire.com/Unix/AwkRef.html | |
# Notepad++ https://notepad-plus-plus.org/download/v7.5.4.html | |
# ArsClip http://www.joejoesoft.com/vcms/97/ | |
# Aria2 https://github.com/aria2/aria2/releases/tag/release-1.33.1 | |
# Deluge http://download.deluge-torrent.org/windows/?C=M;O=D | |
# Transmission https://transmissionbt.com/download/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Joaquin Briceno", | |
"label": "Sr. Software Engineer / Full Stack Developer", | |
"picture": "https://drive.google.com/file/d/0B0oNJDwY35xcWVBJTlZPR2JSVHc/view?usp=sharing", | |
"email": "[email protected]", | |
"phone": "(818) 746-0550", | |
"website": "http://joaquinbriceno.com", | |
"summary": "Software Engineer with a proven track record of creative visions, quick delivery, and demonstrated ability to inspire/mentor teams to implement latest application technology for future standards.", | |
"location": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/**********************************************/ | |
/* | |
/* IR_Dark_Monokai | |
/* Designed and developed by Andres Pagella (@mapagella) | |
/* http://www.andrespagella.com/customising-chrome-devtools | |
/* | |
/* Based on Ben Truyman's IR_Black | |
/* which is... | |
/* Based on Todd Werth's IR_Black: | |
/* http://blog.toddwerth.com/entries/2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*****************************************************************************/ | |
/* Zero-Dark-Matrix | |
/* Optimized for Chrome Stable Channel v32 | |
/* https://github.com/mauricecruz/zero-base-themes | |
/*************************************************************************/ | |
#-blink-dev-tools { | |
/* light green */ | |
/* dark red */ | |
/* light blue */ | |
/* purple */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Condition statement": { | |
"prefix": "cond", | |
"body": [ | |
"${_} { ${0}; break }" | |
], | |
"description": "Switch condition statement" | |
}, | |
"Condition single quoted string statement": { |
NewerOlder