<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://valley.egloos.com/rss/style/style.xsl" type="text/xsl" media="screen"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>이글루스 'script' 태그 최근글</title>
		<link>http://valley.egloos.com/tag/script</link>
		<description>script</description>
		<language>ko</language>
		<pubDate>Fri, 11 May 2012 11:13:06 +0900</pubDate>
		<generator>Egloos</generator>
		<item>
	<title><![CDATA[[bash script] 1. bash shell script basic &lt;변수,배열&gt;]]></title>
	<link>http://minogi.egloos.com/2311508</link>
	<guid>http://minogi.egloos.com/2311508</guid>
	<description>
	<![CDATA[ 
스크립트를 짜는데 언어를 잘 모르는 내가 너무 허덕여서 한번 정리해 보기로 했다.  basic 부분은 리눅스 포털&amp;lt;http://www.linux.co.kr/&amp;gt; 에서 공부하였으며 나머지  부분은 그때그때 필요한 내용들 공부하면서 정리해 보기로 했다.  - 간단한 텍스트 출력  #vi test.sh---------------------------------------------------#!/bin/bash  echo &quot;my name is linux&quot;----------------------------------------------------:wq----------------------------------------------------  리눅스에서 shell 을 실행시키기 위해 다음과 같은 실행권	]]>
	</description>
	<pubDate>Fri, 11 May 2012 11:13:06 +0900</pubDate>
	<dc:creator><![CDATA[미노기 Blog]]></dc:creator>
</item>
<item>
	<title><![CDATA[Javascript 병렬 적재 라이브러리가 정말 의미있을까?]]></title>
	<link>http://kwon37xi.egloos.com/4688068</link>
	<guid>http://kwon37xi.egloos.com/4688068</guid>
	<description>
	<![CDATA[ 
 head.js라는 Javascript를 백그라운드에서 병렬로 로딩하여 실행해 주는 라이브러리가 있다. 그 외에도 이와 같은 일을 하는 라이브러리가 몇가지 더 있다.    여기서 역할이 두 가지임에 주의해야 한다.  1. 백그라운드에서 비동기로 Javascript 적재 - 웹페이지의 표시 시점이 빨라짐2. 순차 적재가 아닌 병렬 적재(여러 JS를 동시에 읽어 들임) - javascript 적재가 빨라짐    (기본적으로 &amp;lt;script&amp;gt;태그를 HTML 상단 즉, &amp;lt;head&amp;gt;에다 두면 HTML 표시가 느려진다는 사실은 다들 알고 계시리라...)    이번에 우리 프로젝트에서 이 라이브러리를 도입하여 속도를 높여볼까 하다가, 실제 성능 측정을 해보고는 그만 두었다.    이유는  1. 백그라운	]]>
	</description>
	<pubDate>Sun, 25 Mar 2012 17:52:53 +0900</pubDate>
	<dc:creator><![CDATA[까먹지말자!]]></dc:creator>
</item>
<item>
	<title><![CDATA[kTours] OTL.. script 표시 순서의 문제였냥..]]></title>
	<link>http://killofki.egloos.com/5626924</link>
	<guid>http://killofki.egloos.com/5626924</guid>
	<description>
	<![CDATA[ 
스크립트에서 뭔가 문제가 생긴 것 같아 몇번 뜯어봤는데...  스크립트의 새창에서의 운용..이 문제가 아니라 스크립트가 스크립트구역 이후에 html 표시되는 시각 이전에 실행되는 것이 문제가 됐네요.  = =;.. 이런 패턴은.. 13년쯤 전에 알바하면서 홈페이지를 script 로 만들때 했던 경험과 비슷한 패턴 같은데요.. 그때도 이런 패턴때문에 몇일(몇주..?)을 고생하다가 간신히 해결을 했던 걸로 알고 있죠.  나름 해결점을 찾아서 다행이긴 한데요.. 이제 다음 문제로 다시 접어들어야할 것 같네요..  = =;.. 링크만으로 펼쳐진/영상화 모드만 보여주기..의 문제인데.. 이거 opener 의 문제인지, self 의 문제인지 아직 감이 안잡혀서요..  빨리 해결되길 바랍니다.  easyBow killo	]]>
	</description>
	<pubDate>Mon, 30 Jan 2012 04:12:36 +0900</pubDate>
	<dc:creator><![CDATA[killofki's PageDown....]]></dc:creator>
</item>
<item>
	<title><![CDATA[TableManager]]></title>
	<link>http://liepooh.egloos.com/1082226</link>
	<guid>http://liepooh.egloos.com/1082226</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/76x100/http://pds23.egloos.com/pds/201201/08/72/c0116772_4f093b9a8b9b2.gif"  
				alt="TableManager" 
				width="76px"  
				height="100pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> 셰이더를 실시간으로 테스트 하기 위해서 CustomUI를 사용하는데 툴이 없다보니 배치하는데 시간이 너무 오래 걸렸다. 그래서 간단한 테이블을 만들어 보았다. 사용하는 테이블은 하단과 같다.    이런 클래스 다이어그램을 방탕으로...    이건 적용된 화면이다.    IO는 stl을 사용하였고, TableManager와 UIManager에서 사용자가 실시간으로 ReLoad 할 수 있게 만들었다. 약간 귀찮은 작업이긴 하나 향후에 빠른 테스트를 위해서는 외면 할 수 없다. 그리고 푸가 코딩했는데 버그도 없이 단번에 실행되는 상황이 발생-_-  	]]>
	</description>
	<pubDate>Sun, 08 Jan 2012 15:43:41 +0900</pubDate>
	<dc:creator><![CDATA[라이푸]]></dc:creator>
</item>
<item>
	<title><![CDATA[(스크립트) 소숫점 이하 잘라내기]]></title>
	<link>http://fendee.egloos.com/10824689</link>
	<guid>http://fendee.egloos.com/10824689</guid>
	<description>
	<![CDATA[ 
<img 
				src="http://thumb.egloos.net/100x76/http://pds24.egloos.com/pds/201112/26/00/a0100600_4ef85aa4ab13d.jpg"  
				alt="(스크립트) 소숫점 이하 잘라내기" 
				width="100px"  
				height="76pxpx"
				align="left"
				style="border:1px solid #DDDDDD;margin:0 10px 10px 0px;"
				/> 간혹, 소숫점 이하를 무조건 잘라내야할 경우가 발생한다.일반적으로는 소숫점 이하의 숫자가 발생할 경우, Round 함수를 이용해서 잘라내곤 하는데, VBScript 의 Round 함수는 잘라내는 지점 이전의 숫자를 체크해서 자동 반올림을 한다.만약, 10.66 이라는 숫자가 있다면,  Round(10.66,1) = 10.7Round(10.66,0) = 11  이 된다.즉, 소숫점 첫째자리까지 표시하려 하면, 두번째 자리를 체크해서 5 이상이면 반올림을 하기 때문에 10.7 이 되고, 소숫점 이하를 표시하지 않으려 하면, 소숫점 첫째자리가 5 이상인 6 이기 때문에 자동 반올림 되어 11 이 된다.그러나, 소숫점 이하에 어떤 숫자가 오건간에 무시하고 무조건 잘라내려면?정수형인 int 로 바꾸면 소숫점 이하는 	]]>
	</description>
	<pubDate>Mon, 26 Dec 2011 20:17:10 +0900</pubDate>
	<dc:creator><![CDATA[F.G.]]></dc:creator>
</item>
<item>
	<title><![CDATA[[script] ssh 22번 포트로 해킹 시도하는 ip block]]></title>
	<link>http://jonnychoe.egloos.com/5614721</link>
	<guid>http://jonnychoe.egloos.com/5614721</guid>
	<description>
	<![CDATA[ 
 1. secure 로그에 쌓이는 해킹시도 IP 추출 script[root@ ~]# vi block-ip.sh #!/bin/sh## Blocking invalid user's IPs#grep &quot;Failed password for&quot; /var/log/secure | egrep -v &quot;invalid user&quot; | egrep -v &quot;{USERID}|{125.1xx.xxx.xxx}&quot; | awk '{print $11}' | uniq | sed &quot;s/^/all:/&quot; &amp;gt; /root/ssh-login-ip grep &quot;Failed password for invalid user&quot; /var/log/secure.1 | awk '{print $13}' | uniq | sed &quot;s/^/all:/&quot; &amp;gt;&amp;gt; /root/ssh	]]>
	</description>
	<pubDate>Thu, 22 Dec 2011 17:21:24 +0900</pubDate>
	<dc:creator><![CDATA[:: Rainbow ::]]></dc:creator>
</item>
<item>
	<title><![CDATA[[dcGet] 게임 갤러리 추가로 인한 [&lt;&lt;] [&gt;&gt;] 버튼 버그 수정]]></title>
	<link>http://sbbs.egloos.com/3272945</link>
	<guid>http://sbbs.egloos.com/3272945</guid>
	<description>
	<![CDATA[ 
얼마전 lemonade님이 찾아낸    게임 게시판을 사용할 경우 [&amp;lt;&amp;lt;] [&amp;gt;&amp;gt;] 버튼이 정상적으로 작동하지 못하던 버그를 수정하였습니다.    수정판은 아래의 링크로~    [dcGET.zip]    혹시나 또 발견된 사항이나 업뎃이 필요한 사항은 연락주시면 바로 수정하도록 하겠습니다.  	]]>
	</description>
	<pubDate>Mon, 12 Dec 2011 18:33:43 +0900</pubDate>
	<dc:creator><![CDATA[빈둥빈둥님의 이글루]]></dc:creator>
</item>
<item>
	<title><![CDATA[windows script library]]></title>
	<link>http://katalog.egloos.com/4650268</link>
	<guid>http://katalog.egloos.com/4650268</guid>
	<description>
	<![CDATA[ 
windows에서 사용하는 script library들 모음  --------------------------------------------------------------------------------------------------# 2011-12-16 updated....  PC TOOLS SCRIPT LIBRARY 추가  --------------------------------------------------------------------------------------------------# 2011-11-29 updated....        여기 있는거먼 왠만한거 다 찾을수 있을듯..	]]>
	</description>
	<pubDate>Tue, 29 Nov 2011 14:41:37 +0900</pubDate>
	<dc:creator><![CDATA[루오니의 집]]></dc:creator>
</item>
<item>
	<title><![CDATA[MS Technet script center]]></title>
	<link>http://katalog.egloos.com/4638011</link>
	<guid>http://katalog.egloos.com/4638011</guid>
	<description>
	<![CDATA[ 
  MS Technet script center       MS script center repository       MS scripting guide 	]]>
	</description>
	<pubDate>Mon, 24 Oct 2011 20:20:16 +0900</pubDate>
	<dc:creator><![CDATA[루오니의 집]]></dc:creator>
</item>
<item>
	<title><![CDATA[WMI Tasks for script]]></title>
	<link>http://katalog.egloos.com/4638010</link>
	<guid>http://katalog.egloos.com/4638010</guid>
	<description>
	<![CDATA[ 
WMI Tasks for Scripts and Applications     The following sections describe various computer and network administration tasks and provide links to the WMI class or classes used to perform those tasks. For more information, see Creating a WMI Application or Script. For a comprehensive guide on how to write WMI scripts, see the System Administration Scripting Guide for Windows 2000. For more informat	]]>
	</description>
	<pubDate>Mon, 24 Oct 2011 20:16:29 +0900</pubDate>
	<dc:creator><![CDATA[루오니의 집]]></dc:creator>
</item>
<item>
	<title><![CDATA[[3Ds Max] Spring Magic]]></title>
	<link>http://Ainillust.egloos.com/10781483</link>
	<guid>http://Ainillust.egloos.com/10781483</guid>
	<description>
	<![CDATA[ 
  	]]>
	</description>
	<pubDate>Mon, 26 Sep 2011 21:58:58 +0900</pubDate>
	<dc:creator><![CDATA[clueme iso ]]></dc:creator>
</item>
<item>
	<title><![CDATA[write complete the &quot; GameObject lerp script &quot;]]></title>
	<link>http://jungmoona.egloos.com/5539568</link>
	<guid>http://jungmoona.egloos.com/5539568</guid>
	<description>
	<![CDATA[ 
 target:  Transform component  of GameObject  Position and  Rotate lerpthese are argument  ( begin, end, target, speed )   used coroutine access GameObj's component property a quiet simple lerp  in used to be camera , and Character controller   	]]>
	</description>
	<pubDate>Wed, 31 Aug 2011 04:45:59 +0900</pubDate>
	<dc:creator><![CDATA[놀러와]]></dc:creator>
</item>
<item>
	<title><![CDATA[[bash-completion] shell 자동 완성 기능 확장하기]]></title>
	<link>http://studyfoss.egloos.com/5544729</link>
	<guid>http://studyfoss.egloos.com/5544729</guid>
	<description>
	<![CDATA[ 
bash: 4.1.5  bash-completion: 1.1    bash를 비롯한 최신 shell들은 사용자 입력을 줄이기 위해 여러 자동 완성 기능을 제공하며  bash의 경우 bash-completion 프로젝트에서 기본적인 파일/디렉터리 명은 물론  각 프로그램 별로 적절한 옵션이나 인자에도 이러한 자동 완성 기능을 사용할 수 있도록 지원하고 있다.    뿐만 아니라 간단한 쉘 프로그래밍을 통해 자신이 원하는 대로 기능을 확장할 수 있으므로  자주 쓰는 기능이 빠져있다거나 새로운 프로그램을 작성했을 때 이를 쉽게 추가/수정할 수도 있다.    기본적으로 bash는 자동 완성을 위해 여러 내부 변수 및 함수들을 제공한다.  COMP_WORDS라는 array 변수는 현재까지 명령행에 입력된 모든 단어들을	]]>
	</description>
	<pubDate>Tue, 28 Jun 2011 01:50:14 +0900</pubDate>
	<dc:creator><![CDATA[F/OSS study]]></dc:creator>
</item>
<item>
	<title><![CDATA[[Script, C#] TextFile Read]]></title>
	<link>http://dakdae.egloos.com/684360</link>
	<guid>http://dakdae.egloos.com/684360</guid>
	<description>
	<![CDATA[ 
//TextReader.cs by DAKDAE  using UnityEngine;using System;using System.Collections;using System.IO;  public class TextReader : MonoBehaviour{	public string TextRead(string fileName)	{		string path;		string resultText;		StreamReader sr;				path = Application.dataPath;		    		if(!File.Exists(path + fileName))    		{    			Debug.Log(&quot;no Exist File&quot;);    			return null;    		}    	    		Debug.Log(&quot;Fil	]]>
	</description>
	<pubDate>Sat, 18 Jun 2011 17:28:53 +0900</pubDate>
	<dc:creator><![CDATA[DAKDAE]]></dc:creator>
</item>
<item>
	<title><![CDATA[[Script, C#] Text파일에서 Object 생성]]></title>
	<link>http://dakdae.egloos.com/684327</link>
	<guid>http://dakdae.egloos.com/684327</guid>
	<description>
	<![CDATA[ 
//ObjectCreator.cs By DAKDAE  using UnityEngine;using System.Collections;using System;using System.IO;  public class ObjectCreator : MonoBehaviour{	public GameObject obj_Box;	public GameObject obj_XBox;  	string fileName = null;	string readText = null;    TextReader textReader = null;            void Awake()    {	    	textReader = new TextReader();    	    	fileName = &quot;/createBox.txt&quot;;		readText =	]]>
	</description>
	<pubDate>Sat, 18 Jun 2011 17:21:08 +0900</pubDate>
	<dc:creator><![CDATA[DAKDAE]]></dc:creator>
</item>
	</channel>
</rss>

