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 |
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] | |
[email protected],-12690 | |
IconFile=%SystemRoot%\system32\SHELL32.dll | |
IconIndex=-238 | |
[DeleteOnCopy] | |
Owner=Lal | |
Personalized=14 | |
PersonalizedName=My Videos |
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] | |
[email protected],-12688 | |
IconFile=%SystemRoot%\system32\mydocs.dll | |
IconIndex=-101 |
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] | |
[email protected],-12689 | |
IconFile=%SystemRoot%\system32\SHELL32.dll | |
IconIndex=-237 |
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 |
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>--> |
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() | |
{ | |
| | |
} |
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 | |
: ; | |
: ; |
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 |
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