반응형
반응형

 

Link : https://code.google.com/p/conemu-maximus5/

 

 

단축키 :

  • Ctrl + Shift + E : 가로 새창 열기 
  • Ctrl + Shift + O : 세로 새창 열기

About ConEmu

ConEmu-Maximus5 is a Windows console emulator with tabs, which presents multiple consoles and simple GUI applications as one customizable GUI window with various features.

Initially, the program was created as a companion to Far Manager(FAR in Wikipedia), my favorite shell replacement - file and archive management, command history and completion, powerful editor.

Today, ConEmu can be used with any other console application or simple GUI tools (like PuTTY for example). ConEmu is an active project, open to suggestions.

 

ConEmu road map

Any help will be very much appreciated!

 

Download
Latest version, Stable version

This project grew up from ConEmu by Zoin.

Please, vote for Far Manager on forum.ru-board.com :)

Disclaimer #1

ConEmu is not a shell, so it does not provide "shell features" like tab-completion, command history and others. ConEmu is advanced console window where you can run any shell of your choice. However, some of these features placed in RoadMap. Also you may try Clink for bash-style completion.

Disclaimer #2

If you notice lags while executing batches or commands (from cmd/git/bash/etc.) just upgrade to latest alpha build or uncheck option "Inject ConEmuHk". Read Issue 526 for details.

Donation

Documentation, What's new, FAQ, Screenshots, Reviews

Description

ConEmu starts a console program in a hidden console window, and provides an alternative customizable GUI window with various features:

  • smooth and friendly window resizing;
  • tabs for editors, viewers, panels and consoles;
  • run simple GUI apps in tabs;
  • Windows 7 Jump Lists and Progress on Taskbar buttons;
  • easily run old DOS applications (games) in Windows 7 or 64-bit OS;
  • thumbnails and tiles in Far Manager;
  • normal, maximized and full screen graphical window modes;
  • window font anti-aliasing: standard, ClearType, disabled;
  • window fonts: family, height, width, bold, italic, etc.;
  • using normal/bold/italic fonts for different parts of the console simultaneously;
  • Chinese verions of Windows supported;
  • using 24-bit colors in Far Manager 3.x;
  • ANSI X3.64 and Xterm 256 colors;
  • cursor: standard console (horizontal) or GUI (vertical);
  • optional per-application settings (e.g. palette);
  • vertical console buffer scrolling using the keyboard (BufferHeight mode);
  • show full output (1K+ lines) of last command in Far Manager's editor/viewer;
  • customizable Far Manager right click behaviour (long click opens context menu);
  • drag and drop (explorer style) of files and folders in Far Manager;
  • limited support of BDF fonts;
  • user friendly text and block selection;
  • transparency and desktop mode;
  • customizable starting tabs;
  • configurable and clickable status bar;
  • and more, and more... take a look at the Settings dialog, What's New page and Settings.reg

All settings are read from the registry or ConEmu.xml file (multiple named configurations are supported), after which the command line parameters are applied. Parameters /Config and /BufferHeight can only be specified on the command line. Most settings are configured using the Settings dialog, not from the command line.

Requirements

  • Windows 2000 or later.

Installation

  1. Unpack all files (from appropriate "ConEmuPack.*.7z" archive) to the folder, containing "far.exe", or install the "ConEmuSetup.*.exe" package.
    • If You are using Far Manager, please ensure that ConEmu plugins ("Plugins\ConEmu\ConEmu.dll" etc.) are installed to Far Manager's Plugins folder.
    • If You are not using Far Manager, You may unpack the files to any folder, and delete the "Plugins" subfolder.
    • Warning: because of frequent non-backwards-compatible API changes in Far 3, it is strongly recommended to use the latest developer build when using ConEmu with Far 3.
  2. Import ConEmu's macros into Far Manager. Macro files are located in the ConEmu.Addons directory. Each macro file has a description in its header.
  3. By default (when started without command-line parameters), ConEmu runs "far.exe" from its home folder, or "cmd.exe"/"tcc.exe" if Far Manager was not found. Alternatively, You may indicate any root command by specifying a "/Cmd <App with params>" argument in ConEmu's shortcut or command line.

Screenshots



More screenshots

반응형
반응형
Canvas에 대해. Let’s Call It A Draw(ing Surface)

 

http://diveintohtml5.info/canvas.html#divingin

 

HTML 5 defines the <canvas> element as “a resolution-dependent bitmap canvas which can be used for rendering graphs, game graphics, or other visual images on the fly.” A canvas is a rectangle in your page where you can use JavaScript to draw anything you want.

Basic <canvas> support
IE Firefox Safari Chrome Opera iPhone Android
7.0+* 3.0+ 3.0+ 3.0+ 10.0+ 1.0+ 1.0+
* Internet Explorer 7 and 8 require the third-party explorercanvas library. Internet Explorer 9 supports <canvas> natively.

So what does a canvas look like? Nothing, really. A <canvas> element has no content and no border of its own.

반응형
반응형

가장 뛰어난 두뇌의 소유자보다는 동료의 두뇌와 재능을 조화롭게 이용하는 사람이 가장 만족스러운 결과를 얻는다.

- 윌리엄 앨턴 존스, 18세기 영국 문헌학자 겸 법리학자 -

반응형
반응형

 

SyntaxHighlighter

http://alexgorbatchev.com/SyntaxHighlighter/

 

 

About

SyntaxHighlighter is a fully functional self-contained code syntax highlighter developed in JavaScript. To get an idea of what SyntaxHighlighter is capable of, have a look at the demo page.

SyntaxHighlighter is currently used by Apache, Aptana, Mozilla, Yahoo, Wordpress, Bug Labs, Freshbooks and others.

Demo

1
2
3
4
5
6
7
// SyntaxHighlighter makes your code snippets beautiful without tiring your servers.
var setArray = function(elems) {
    this.length = 0;
    push.apply(this, elems);
    return this;
}

News

  • I work at SAY: Media and we are hiring engineers! Oh, and the ad on the right is just one of the many awesome things we do! October 5, 2011
  • We aren’t dead! Moved source to GitHub to increase participation. July 26, 2011
  • Major new 3.0.83 release (changes). July 2, 2010
  • New 2.1.382 release (changes). June 24, 2010
  • Follow @syntaxhighlight on Twitter. March 1, 2010
  • New 2.1.364 release (changes). October 15, 2009
  • Freshbooks is using SyntaxHighlighter! October 8, 2009
  • ASP.NET forums using SyntaxHighlighter! July 1, 2009
  • Bug Labs is using SyntaxHighlighter! June 24, 2009
  • Maintenance release 2.0.320 (changes). May 3, 2009
  • Set up a public repository on Bitbucket. March 8, 2009
  • Maintenance release 2.0.296 (changes). March 1, 2009
  • Maintenance release 2.0.287 (changes). February 6, 2009
  • SyntaxHighlighter 2.0 goes public. Yay
반응형
반응형
운 좋은 사람들은
운 없는 사람들과는 다르게 생각하고 행동한다.
운이 좋다고 믿는 사람들은
느긋하고 낙관적이며 마음이 열려 있다.
다양성을 추구하고 기회를 찾아다니며
도전을 긍정적으로 바라본다.
반대로, 운이 없다고 생각하는 사람들은
걱정과 두려움이 많고 시야가 좁다.
다양성을 피하고 기회를 놓치는 경향이 있다.
-팀 어시니&바바라 A. 케이, ‘하이퍼포머의 변화대처법’에서

 

많은 일들이 운에 의해 좌우됩니다.
그러나 운칠기삼(運七技三)이라는 겸손함의 바탕 위에서
좋은 운을 개척하려는 다양한 노력을 꾸준히 해나간다면
결국은 누구나 운 좋은 사람들이 될 수 있습니다.
자신의 운은 자신이 만드는 것입니다.

 

반응형
반응형

긍정은 치유 과정에
활기찬 에너지를 제공하는데,
타인으로부터 긍정이 아닌 부정을 당했을 때는
마음의 상처가 깊어진다. 하지만 이렇게 말하고 싶다.
타인으로부터 긍정의 말이 나오길 기다릴 필요 없이
스스로를 긍정하면 되지 않는가?
자기 자신에 대한 긍정과 칭찬은
영혼 깊이 울림이 전해진다.


- 셰퍼드 코미나스의《치유의 글쓰기》중에서 -


* 사람은 서로 에너지를 주고받으며 삽니다.
전염력도 강합니다. 내가 먼저 긍정 에너지를 보내면
주변 사람도 긍정 에너지를 갖게 되고, 반대로 부정 에너지를
보내면 옆 사람도 부정 에너지를 갖게 됩니다. 자기 안에서
긍정 에너지가 끊임없이 샘솟도록 노력해야 합니다.
그래야, 자신의 근본적 치유가 가능하고
동시에 남도 치유할 수 있습니다.

반응형

'아침편지' 카테고리의 다른 글

삐뚤삐뚤 날아도...  (0) 2013.06.29
아는 만큼 보인다?  (0) 2013.06.28
내 인생 내가 산다  (0) 2013.06.26
함께 산다는 것  (0) 2013.06.25
모두 다 당신 편  (0) 2013.06.24

+ Recent posts