This website works better with JavaScript.
Home
Explore
Help
Sign In
archive
/
windows-server-2003
mirror of
https://github.com/selfrender/Windows-Server-2003
Watch
2
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
0
Tags
1.5 GiB
C++
45.5%
C
41.8%
C#
3.3%
Scheme
2.6%
Assembly
1.5%
Other
4.3%
Tree:
7b07a90fc1
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7b07a90fc1'
${ noResults }
windows-server-2003
/
inetcore
/
outlookexpress
/
wabw
/
build
/
wab
/
del.awk
10 lines
88 B
Raw
Blame
History
BEGIN
{
FS
=
"\t"
}
{
if
(
$
0
!~
/^;/
)
{
printf
"%s\n"
,
$
1
}
}
Reference in new issue