View desktop.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ExtShellFolderViews] | |
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC} | |
[{BE098140-A513-11D0-A3A4-00C04FD706EC}] | |
Attributes=1 | |
IconArea_Image=Folder.JPG | |
IconArea_Text=0x00FFFFFF | |
[.ShellClassInfo] | |
ConfirmFileOp=0 |
View desktop.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[.ShellClassInfo] | |
InfoTip=@Shell32.dll,-12690 | |
IconFile=%SystemRoot%\system32\SHELL32.dll | |
IconIndex=-238 | |
[DeleteOnCopy] | |
Owner=Lal | |
Personalized=14 | |
PersonalizedName=My Videos |
View desktop.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DeleteOnCopy] | |
Owner=Lal | |
Personalized=39 | |
PersonalizedName=My Pictures | |
[.ShellClassInfo] | |
InfoTip=@Shell32.dll,-12688 | |
IconFile=%SystemRoot%\system32\mydocs.dll | |
IconIndex=-101 |
View desktop.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[DeleteOnCopy] | |
Owner=Lal | |
Personalized=13 | |
PersonalizedName=My Music | |
[.ShellClassInfo] | |
InfoTip=@Shell32.dll,-12689 | |
IconFile=%SystemRoot%\system32\SHELL32.dll | |
IconIndex=-237 |
View desktop.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{5984FFE0-28D4-11CF-AE66-08002B2E1262}] | |
PersistMonikerPreview=%WebDir%\folder.bmp | |
PersistMoniker=file://Folder Settings\Folder.htt | |
[ExtShellFolderViews] | |
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262} | |
{BE098140-A513-11D0-A3A4-00C04FD706EC}={BE098140-A513-11D0-A3A4-00C04FD706EC} | |
[.ShellClassInfo] | |
ConfirmFileOp=0 | |
IconFile=%SystemRoot%\system32\SHELL32.dll | |
IconIndex=117 |
View script-for-removing-script-tag.bkr
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Version 2.2 | |
begin_group_backup | |
group_start | |
RemoveScript from HTML | |
<SCRIPT | |
<!-- SCRIPT> | |
</SCRIPT> | |
</SCRIPT>--> |
View cpp.ctpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[main | ] | |
int main() | |
{ | |
| | |
} |
View objectPascal.ctpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[arrayc | array declaration (const)] | |
array[0..|] of = (); | |
[arrayd | array declaration (var)] | |
array[0..|] of ; | |
[casee | case statement (with else)] | |
case | of | |
: ; | |
: ; |
View java.ctpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[for | for block] | |
for (int i=0; i<|; i++) {} | |
[prog | Java Program Template] | |
public class |MyProg { | |
/** Code documentation here */ | |
public static void main(String[] args) { | |
/* multi-line and semi-line comments here */ | |
// one-line comments here |
View html.ctpl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[a | align attribute] | |
align="|center" | |
[ah | anchor href tag] | |
<a href="http://|.html" target="_self"></a> | |
[an | anchor name tag] | |
<a name="|"></a> | |
[btn | Button (generic)] |
NewerOlder