DIGITory/.......2014. 10. 31. 08:15

http://www.voidtools.com/


Everything Search Engine

Locate files and folders by name instantly.

Posted by Joe.C
DIGITory/Ubuntu2014. 10. 30. 13:49


1. alz 


unalz

: ubuntu용 실행파일


unalz-0.65.tgz

: 소스파일


alz 포맷을 알집 없이 압축, 해제 할 수 있는 툴.


윈도우에 알집이 깔려있다면 상관없으나 개인적으로 알약과 알집은 찝찝해서 못깔겠;;; 


alz....대체 뭐가 좋은지도 모르겠고 왜 만들었는지도 모르겠고.... 그냥 그런 포맷이라면 그냥 통일하면 좋을텐데;; 


아무튼 소스 받아서 간단히 빌드해서 쓸 수 있음.


Ubuntu 쓰시는 분들은 linux-utf8 옵션으로 빌드하면 됨.

posix-utf8로 하면 iconv 깔아야 됨


http://www.kippler.com/win/unalz/



2. egg


unark!



unark_0.tgz


Posted by Joe.C
DIGITory/.......2014. 10. 28. 21:41

http://tumblone.wordpress.com/


요기 가면 한꺼번에 다운 받을 수 있는 툴이 있음.

'DIGITory > .......' 카테고리의 다른 글

Sublime Text - installing browser package  (0) 2015.05.10
window용 파일 검색  (0) 2014.10.31
starting development with git  (0) 2014.09.01
1920 x 1080 image ( Red, Green, Blue, White, Black )  (0) 2013.11.01
code highlighter on HTML  (0) 2013.10.16
Posted by Joe.C
DIGITory/Ubuntu2014. 10. 20. 13:44

Tried

"hg clone https://code.google.com/p/webglsamples/"

then I got 

"abort: error: _ssl.c:504: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed"


solution....

hg clone --insecure https://code.google.com/p/webglsamples/



'DIGITory > Ubuntu' 카테고리의 다른 글

Ubuntu - Add Excutable Icon to Dock  (0) 2014.11.17
Linux 에서 alz , egg 파일 압축 및 압축해제하기  (0) 2014.10.30
우분투 용 egg extractor  (0) 2014.04.23
Font Infinality  (0) 2014.04.08
rpm : find package name with .so file.  (0) 2013.07.23
Posted by Joe.C
Blah~Blah~2014. 9. 12. 09:50

https://maps.google.com/maps/ms?msid=213688710441222764291.000501617d531a036a277&msa=0&ll=34.047539,-118.449783&spn=0.498954,0.66124&dg=feature

Posted by Joe.C
DIGITory/.......2014. 9. 1. 10:50

EXAMPLES

       Start development from a known tag


               $ git clone git://git.kernel.org/pub/scm/.../linux-2.6 my2.6

               $ cd my2.6

               $ git branch my2.6.14 v2.6.14   (1)

               $ git checkout my2.6.14


           1. This step and the next one could be combined into a single step with "checkout -b my2.6.14 v2.6.14".


       Delete an unneeded branch


               $ git clone git://git.kernel.org/.../git.git my.git

               $ cd my.git

               $ git branch -d -r origin/todo origin/html origin/man   (1)

               $ git branch -D test                                    (2)


           1. Delete the remote-tracking branches "todo", "html" and "man". The next fetch or pull will create them again unless you configure them not to. See git-fetch(1).

           2. Delete the "test" branch even if the "master" branch (or whichever branch is currently checked out) does not have all commits from the test branch.



Posted by Joe.C
WWWorkin/Webkit2014. 8. 22. 16:49

<div style="text-align:center"> 

  <button onclick="playPause()">Play/Pause</button> 

  <button onclick="makeBig()">Big</button>

  <button onclick="makeSmall()">Small</button>

  <button onclick="makeNormal()">Normal</button>

  <br> 

  <video id="video1" width="420">

    <source src="http://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">

    Your browser does not support HTML5 video.

  </video>

</div> 


<script> 

var myVideo = document.getElementById("video1"); 


function playPause() { 

    if (myVideo.paused) 

        myVideo.play(); 

    else 

        myVideo.pause(); 


function makeBig() { 

    myVideo.width = 560; 


function makeSmall() { 

    myVideo.width = 320; 


function makeNormal() { 

    myVideo.width = 420; 

</script> 


<p>Video courtesy of <a href="http://www.bigbuckbunny.org/" target="_blank">Big Buck Bunny</a>.</p>

'WWWorkin > Webkit' 카테고리의 다른 글

Links 4 tests  (0) 2014.03.20
Webkit - Chromium port - building  (1) 2012.03.26
Webkit-efl : Build Errors & Script excution Errors  (5) 2012.02.20
[TS] - Error from Gstreamer in Webkit Build  (1) 2012.02.20
webkit efl - Build  (4) 2012.02.16
Posted by Joe.C
DIGITory/Codes2014. 7. 25. 14:15

#include <time.h>

.....

clock_t start, end;

double duration;

start = clock();

  // DO SOMETHING

end = clock();

duration = ( (double)(end - start) / CLOCKS_PER_SEC );

........

'DIGITory > Codes' 카테고리의 다른 글

Test Random apk  (3) 2016.04.13
GNU Make 강좌  (0) 2014.12.16
Posted by Joe.C
DIGITory/MS Windows2014. 7. 25. 13:44

IE 9 : 

1. excute 'cmd' with admin's permission

2. run :

FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"


Posted by Joe.C
WWWorkin/......2014. 7. 21. 19:16

http://10.252.168.56:8090/mem.html


Saved Naver

http://10.252.168.56:8090/profiler/m_naver/m.naver.com/index.html


Saved Amazon

http://10.252.168.56:8090/mem/amazon/amazon.html


Saved mEspn

http://10.252.168.56:8090/mem/mEspn/mespn.html



http://v8.googlecode.com/svn/data/benchmarks/v7/run.html


https://www.webkit.org/perf/sunspider/sunspider.html


https://developers.google.com/octane/


http://krakenbenchmark.mozilla.org/


http://dromaeo.com/?dom


http://flashcanvas.net/examples/dl.dropbox.com/u/1865210/mindcat/canvas_perf.html


http://www.kevs3d.co.uk/dev/asteroidsbench/


http://c5bench.com/


http://ie.microsoft.com/testdrive/mobile/Performance/FishIETank/Default.html


http://ie.microsoft.com/testdrive/mobile/Performance/SpeedReading/Default.html


http://www.craftymind.com/factory/guimark3/bitmap/GM3_JS_Bitmap.html


http://www.craftymind.com/factory/guimark3/vector/GM3_JS_Vector.html


http://www.craftymind.com/factory/guimark3/compute/GM3_JS_Compute.html


http://10.252.168.56/webgl/


http://webglsamples.googlecode.com/hg/aquarium/aquarium.html


http://10.252.80.150/webglsamples/aquarium/aquarium.html


http://webglsamples.googlecode.com/hg/spacerocks/spacerocks.html


http://10.252.80.150/webglsamples/spacerocks/spacerocks.html


http://webglsamples.googlecode.com/hg/toon-shading/toon-shading.html


http://webglsamples.googlecode.com/hg/dynamic-cubemap/dynamic-cubemap.html


http://webglsamples.googlecode.com/hg/google-io/2011/100-objects.html


http://www.bubblemark.com


http://browsermark.rightware.com/


http://10.252.168.56:8091


http://peacekeeper.futuremark.com/


http://www.principledtechnologies.com/benchmarkxprt/webxprt/


http://tympanus.net/Blueprints/ScrollingLayout/


http://www.fofronline.com/experiments/cube/multiCubes.html


http://webkit.org/blog-files/3d-transforms/poster-circle.html


http://designlovr.com/examples/dynamic_stack_of_index_cards/


http://webkit.org/blog-files/leaves/index.html







aa

'WWWorkin > ......' 카테고리의 다른 글

tcpdump on Android  (2) 2012.04.06
Posted by Joe.C