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/bash | |
| # https://gist.github.com/rc1/5346303 | |
| # Convert a TTF font into WOFF, SVG and EOT format. | |
| # @source: http://stackoverflow.com/a/2467452/179015 | |
| # @usage: ttf2webfont.sh FontName | |
| woffFont="$1.woff" | |
| svgFont_tmp="$1_tmp.svg" | |
| svgFont="$1.svg" | |
| ttfFont="$1.ttf" | |
| eotFont="$1.eot" |
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
| sass --compass --style nested --line-numbers --line-comments --debug-info --trace --no-cache --force --stop-on-error --unix-newlines --update roboto.scss:roboto.css |
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
| npm update npm -g | |
| npm update -g |
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
| CROSS_PREFIX=x86_64-w64-mingw32- ./configure --prefix=/usr/local/x86_64-w64-mingw32 --static |
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
| setup-x86.exe -B -q -n -N -d -g -a x86 -R d:\cygwin -s ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/ -l D:/down/cygwin/ -P binutils,patch,libtool,make,flex,bison,patch,texinfo,gettext,perl,ruby,gawk,python,unzip,intltool,openssh-server,build-essential,automake,autoconf,libtool,pkg-config,m4,subversion,gcc-core,gcc-g++,bzip2,wget,tar,vim,ruby,xorg-server,xinit,xorg-docs,openssh,inetutils,procps,mc,ping,screen,mercurial,bash-completion,git-completion,git-cvs,git-gui,git-svn,gitk,sqlite3,docbook-utils,doxygen,mingw64-i686-gcc-core,mingw64-i686-gcc-g++,mingw64-x86_64-gcc-core,mingw64-x86_64-gcc-g++,nasm,mingw64-i686-pkg-config,mingw64-x86_64-pkg-config,mingw64-x86_64-winpthreads,mingw64-i686-winpthreads,libiconv |
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
| Index: Dll/Makefile.mingw32 | |
| =================================================================== | |
| RCS file: /cvsroot/lame/lame/Dll/Makefile.mingw32,v | |
| retrieving revision 1.3 | |
| diff -u -r1.3 Makefile.mingw32 | |
| --- Dll/Makefile.mingw32 7 Feb 2009 11:18:46 -0000 1.3 | |
| +++ Dll/Makefile.mingw32 20 Jan 2015 20:42:12 -0000 | |
| @@ -15,7 +15,8 @@ | |
| CFLAGS = -I$(LAME_SRC_ROOT)/include -I$(LAME_SRC_ROOT)/libmp3lame | |
| CC = g++ |
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
| <!--- http://stackoverflow.com/questions/32385955/soap-web-service-with-optional-arguments?noredirect=1#comment52650901_32385955 ---> | |
| <cfcomponent output="false"> | |
| <cffunction name="myFunc" returntype="struct" access="remote"> | |
| <cfargument name="mParam" type="numeric" required="true"> | |
| <cfargument name="oParam" type="string" required="false" default="strDefault"> | |
| <cfreturn Arguments> | |
| </cffunction> |
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
| LoadModule fcgid_module "C:/Program Files (x86)/mod_fcgid-2.3.9/mod_fcgid.so" | |
| <IfModule fcgid_module> | |
| FcgidInitialEnv PATH "C:/Program Files (x86)/PHP/5_6-nts;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;" | |
| FcgidInitialEnv SystemRoot "C:/Windows" | |
| FcgidInitialEnv SystemDrive "C:" | |
| FcgidInitialEnv TEMP "C:/WINDOWS/TEMP" | |
| FcgidInitialEnv TMP "C:/WINDOWS/TEMP" | |
| FcgidInitialEnv windir "C:/WINDOWS" | |
| FcgidIOTimeout 120 | |
| FcgidConnectTimeout 16 |
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
| #required tools | |
| sudo apt-get -y install git-cvs | |
| sudo apt-get -y install cvsps | |
| # lame directory under current folder will be created | |
| git cvsimport -v -a -C lame -k -m -d :pserver:anonymous@lame.cvs.sourceforge.net:/cvsroot/lame lame |
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
| "C:\Program Files\Java\jdk1.8.0_65\bin\java.exe" -cp "D:\Coldfusion11\cfusion\runtime\lib\servlet-api.jar;D:\Coldfusion11\cfusion\runtime\lib\jsp-api.jar;D:\Coldfusion11\cfusion\runtime\lib\el-api.jar;D:\Coldfusion11\cfusion\wwwroot\WEB-INF\lib\cfmx_bootstrap.jar;D:\Coldfusion11\cfusion\wwwroot\WEB-INF\lib\cfx.jar" -Dcoldfusion.classPath=D:\Coldfusion11\cfusion/lib/updates,D:\Coldfusion11\cfusion/lib -Dcoldfusion.libPath=D:\Coldfusion11\cfusion/lib coldfusion.tools.CommandLineInvoker Compiler -webinf D:\Coldfusion11\cfusion\wwwroot\WEB-INF -webroot d:\webs\cf001 -cfroot D:\Coldfusion11\cfusion -d -srcdir d:\webs\cf001\src -deploydir d:\webs\cf001\compiled |
OlderNewer