Skip to content

Instantly share code, notes, and snippets.

View gAmUssA's full-sized avatar
so hard

Viktor Gamov gAmUssA

so hard
View GitHub Profile
asciidoc: WARNING: Chapter_8_Replacing_HTTP_With_WebSockets.asc: line 82: {sys:"/usr/bin/python" -u -c "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "/Users/apple/projects/EnterpriseWebBook/1_Desktop/08_Websockets/./images/icons/note.png"}: non-zero exit status
asciidoc: WARNING: README.asciidoc: line 15: {sys:"/usr/bin/python" -u -c "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < "/Users/apple/projects/EnterpriseWebBook/./images/icons/tip.png"}: non-zero exit status
[Finished in 0.5s]
@gAmUssA
gAmUssA / install.sh
Created October 31, 2012 16:21
Install -=AsciiDoc Preview In Browser=- build system for Sublime Text 2
curl --progress-bar -k -o "$HOME/Library/Application Support/Sublime Text 2/Packages/AsciiDoc/AsciiDoc.sublime-build" https://raw.github.com/Farata/EnterpriseWebBook/master/AsciiDoc%20Preview%20In%20Browser.sublime-build
> source "/Users/user/.gvm/bin/gvm-init.sh"
/Users/user/.gvm/bin/gvm:154: parse error near `&&'
/Users/user/.gvm/bin/gvm-init.sh:45: no matches found: /Users/apple/.gvm/ext/sourced-*
~/projects/protojs master ✔ ➤ make
g++ -std=c++98 -Wall -static -g -o pbj -Iantlr-3.2/include -Lantlr-3.2/lib -I/usr/local/include -L/usr/local/lib main.cpp ProtoJSLexer.o ProtoJSParser.o ProtoJSParseUtil.o -lantlr3c || \
g++ -g -o pbj -Iantlr-3.2/include -Lantlr-3.2/lib -I/usr/local/include -L/usr/local/lib main.cpp ProtoJSLexer.o ProtoJSParser.o ProtoJSParseUtil.o antlr-3.2/lib/libantlr3c.a || \
g++ -g -o pbj -Iantlr-3.2/include -Lantlr-3.2/lib main.cpp ProtoJSLexer.o ProtoJSParser.o ProtoJSParseUtil.o -lantlr3c
main.cpp: In function ‘int main(int, char**)’:
main.cpp:111: warning: unused variable ‘ctx’
ld: library not found for -lcrt0.o
collect2: ld returned 1 exit status
ld: warning: ignoring file antlr-3.2/lib/libantlr3c.a, file was built for archive which is not the architecture being linked (x86_64): antlr-3.2/lib/libantlr3c.a
Undefined symbols for architecture x86_64:
@gAmUssA
gAmUssA / proto4js.asciidoc
Created January 4, 2013 05:10
Protobuf For JavaScript links
@gAmUssA
gAmUssA / episode_1_agenda_and_links.md
Last active March 29, 2016 10:52
This is the first episode of the series about HTML5 opensource productivity tool called Clear Data Builder. In this series you will learn how jump start  development of the Web application ExtJS framework, Ext Direct,  and Java. In this episode you will learn how to create first ExtJS MVC application for Java project.
@gAmUssA
gAmUssA / Person.java
Last active December 11, 2015 20:39
This is the third episode of the HTML5  productivity series, where the opensource tool Clear Data Builder generates a Web application that uses ExtJS framework, Ext Direct,  and Java. In this episode you will learn how add data pagination functionality to the ExtJS grid component.
package dto;
import com.farata.dto2extjs.annotations.JSClass;
import com.farata.dto2extjs.annotations.JSGeneratedId;
@JSClass
public class Person {
@JSGeneratedId
private Integer id;