Skip to content

Instantly share code, notes, and snippets.

View allsea9's full-sized avatar

Shingyu Kang allsea9

  • Freelance Software Engineer
  • Seoul, Korea
View GitHub Profile
@allsea9
allsea9 / build-gn.sh
Created July 20, 2017 05:20 — forked from therealkenc/build-gn.sh
Build Google gn build tool standalone
#!/bin/bash
set -e
set -v
# Get the sources
mkdir gn-standalone
cd gn-standalone
mkdir tools
cd tools
@allsea9
allsea9 / lib tool.txt
Created February 14, 2016 10:56
Link libs together to form another lib
libtool --mode=link g++ -static -o target.a component_1.a component_2.a ...
@allsea9
allsea9 / gclient-setup.md
Last active October 12, 2025 14:37
gclient setup
@allsea9
allsea9 / sublime-settings-user.txt
Last active September 7, 2015 04:29
Sublime Text User Settings
{
"font_face": "Inconsolata",
"font_size": 18,
"line_padding_top": 0,
"line_padding_bottom": 0,
"highlight_line": true,
"highlight_modified_tabs": true,
"fade_fold_buttons": false,
"word_wrap": true,
"bold_folder_labels": true,
@allsea9
allsea9 / vwqnx.sublime-project
Created July 21, 2015 09:12
Sublime Project File for QNX (build_systems)
{
"build_systems":
[
{
"cmd":
[
"$project_path/qnxbuild/qnxbuild.sh",
"--shared",
"--debug",
"--target=content_shell"