Skip to content

Commit b654228

Browse files
committed
first commit
0 parents  commit b654228

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+35161
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
tmp/
2+
__history/
3+
__recovery/
4+
win32/
5+
*.vfs
6+
*.dcu
7+
*.exe
8+
*.map
9+
hfs.ini
10+
*.tmp
11+
*.bak
12+
*.*-
13+
*.corrupted

WindowsXP.manifest

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<assemblyIdentity
4+
name="CiaoSoftware.Ciao.Shell.Contacts"
5+
processorArchitecture="x86"
6+
version="5.1.0.0"
7+
type="win32"/>
8+
<description>Windows Shell</description>
9+
<dependency>
10+
<dependentAssembly>
11+
<assemblyIdentity
12+
type="win32"
13+
name="Microsoft.Windows.Common-Controls"
14+
version="6.0.0.0"
15+
processorArchitecture="x86"
16+
publicKeyToken="6595b64144ccf1df"
17+
language="*"
18+
/>
19+
</dependentAssembly>
20+
</dependency>
21+
</assembly>

alias.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
var length=length|var=$1
2+
cache=trim|{.set|#cache.tmp|{.from table|$1|$2.}.} {.if not|{.^#cache.tmp.}|{:{.set|#cache.tmp|{.dequote|$3.}.}{.set table|$1|$2={.^#cache.tmp.}.}:}.} {.^#cache.tmp.} {.set|#cache.tmp.}
3+
is substring=pos|$1|$2
4+
set append=set|$1|$2|mode=append
5+
123 if 2=if|$2|$1$2$3
6+
between=if|{.$1 < $3.}|{:{.and|{.$1 <= $2.}|{.$2 <= $3.}:}|{:{.and|{.$3 <= $2.}|{.$2 <= $1.}:}
7+
between!=if|{.$1 < $3.}|{:{.and|{.$1 < $2.}|{.$2 < $3.}:}|{:{.and|{.$3 < $2.}|{.$2 < $1.}:}
8+
file changed=if| {.{.filetime|$1.} > {.^#file changed.$1.}.}|{: {.set|#file changed.$1|{.filetime|$1.}.} {.if|$2|{:{.load|$1|var=$2.}:}.} 1:}
9+
play system event=play
10+
redirect=add header|Location: $1
11+
chop={.cut|{.calc|{.pos|$2|var=$1.}+{.length|$2.}.}||var=$1|remainder=#chop.tmp.}{.^#chop.tmp.}

0 commit comments

Comments
 (0)