About 201 results found. (Query 0.08200 seconds)
key1=val1#key2=val2] static Map < String , HostTxtEntry > parse ( File  file) Return a Map using the contents of the File file. static Map < String , HostTxtEntry > parse ( File  file, Map < String , HostTxtEntry > map) Return a Map using the contents of the File file. static HostTxtEntry parse ( String  inputLine, boolean allowCommandOnly) Return a HostTxtEntry from the...
The files residing on these file systems need only be specified in the /etc/signatures file and that the file systems be mounted prior to the fingerprints being loaded.
Whenever input or output is to be done on the file, the file descriptor is used instead of the name to identify the file. (A file descriptor is analogous to the file pointer used by the standard library, or to the file handle of MS-DOS.)
The egpgfile File In the easygpgkeyrings folder, there should be a file named egpgfile . The file name of EasyGPG’s Desktop file will be the contents of this file (one line of text) followed by .desktop .
Installation .. 3. Running MuWire .. 4. Features ..... 1. Search by keyword or file hash ..... 2. Comments and Collections ..... 3. File Feeds ..... 4. Messages and Chat ..... 5. File Certificates ..... 6. Web of Trust .. 5.
Select a VPN server which you want to connect to, and click the ".ovpn" file to download to the desktop. If you save the .ovpn file on the desktop, the file will be displayed as OpenVPN icon as the following figure.
commit 358aa6038cb79ae451a8d6d1fae44ba32ac77741 Author: chat98 Date: Mon Aug 11 19:25:17 2025 -0500 Upload diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cc644e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +.gradle +build/ +!gradle/wrapper/gradle-wrapper.jar +!
TODO: Make it actually load the kernel. 14 files changed: Makefile diff | blob | history boot/x86/.gitignore [new file with mode: 0644] blob boot/x86/Makefile [new file with mode: 0644] blob boot/x86/disk.dump [new file with mode: 0644] blob boot/x86/fat32-structs.s [new file with mode: 0644] blob boot/x86/fat32.s [new file with mode: 0644] blob boot/x86/loader.s [new file with mode: 0644] blob...
Now you should find your self-build aktie.jar in the Aktie project directory in the workspace. User guide How to download file(s) You must have subscribed to some forums first. Files are attached to some messages (look at the column "File"). If a message has some file(s) attached, right click onto then select "Download File(s)".
[ Catalog ] Style Futaba Burichan PedoBoard [ Return ] Posting mode: Reply Name Subject Message CAPTCHA   (enter the text below) File Password   (for post and file deletion) All posts with a file attached are moderated before being shown. Supported file types are JPG and PNG.
Post Comment Torrent Files (816) — Total: 1.47 GiB Path Length BERSERK THE GOLDEN AGE ARC Movies Magazine Promo/007.jpg 6.31 MiB BERSERK THE GOLDEN AGE ARC Movies Magazine Promo/024.jpg 7.17 MiB BERSERK THE GOLDEN AGE ARC Movies Magazine Promo/025.jpg 6.9 MiB BERSERK Theatre&Character Edition Artbook/001_BSK_JSP_001.png 4.99 MiB BERSERK Theatre&Character Edition Artbook/002_BSK_JSP_002.png 5.06 MiB BERSERK Theatre&Character Edition Artbook/003_BSK_JSP_003.png 1.25 MiB BERSERK Theatre&Character Edition...
GetPublic ( ) ; } ; const IdentHash & GetIdentHash ( ) const { return GetIdentity ( ) . GetIdentHash ( ) ; } ; 6 RouterContext.cpp Unescape Escape View File @ -4,6 +4,7 @@ # include "CryptoConst.h" # include "RouterContext.h" # include "Timestamp.h" # include "I2NPProtocol.h" # include "util.h" # include "version.h" @ -158,4 +159,9 @@ namespace i2p memcpy ( keys . signingKey , ident . signingKey , sizeof ( keys . signingKey ) ) ; fk . write ( ( char * ) & keys , sizeof ( keys ) ) ; } void...
. │ exit code : 1 ╰ ─ > [ 29 lines of output ] Traceback ( most recent call last ) : File " C: \ Users \ INTEL \ AppData \ Local \ Programs \ Python \ Python311 \ Lib \ site-packages \ pip \ _vendor \ pyproject_hooks \ _in_process \ _in_process.py " , line 353 , in < module > main ( ) File " C: \ Users \ INTEL \ AppData \ Local \ Programs \ Python \ Python311 \ Lib \ site-packages \ pip \ _vendor \ pyproject_hooks \ _in_process \ _in_process.py " , line 335 , in main...
For example, my configuration for Emacs is actually an Org mode file. Last, but not least, exporting the file to an HTML file, or another type of file, is easy and quick, just by pressing a few keys.
Optimization method Set image quality Higher values retain more detail, while lower values result in smaller file sizes. Limit file size Try to compress the image to a target file size. Quality % Target file size MB Megabytes (MB) Kilobytes (KB) Dimensions Keep original dimensions Do not alter the width and height of the image.
Use the following commands to create a new cleaned file without overwriting the original: ffmpeg -i input.mp4 -map_metadata -1 -c copy output.mp4 ffmpeg -i input.mp3 -map_metadata -1 -c copy output.mp3 Replace input.* with your original file and output.* with the new file name to preserve the original.
[ Catalog ] Style Futaba Burichan AnonChan Name E-mail Subject Message File Spoiler Password   (for post and file deletion) Supported file types are JPG, PNG and GIF. Maximum file size allowed is 7 MB. Images greater than 250x250 will be thumbnailed.
Parameters: file (required) - The file to upload (max 50MB) expiry - Expiration time: 15m, 1h, 2h, 4h, 12h, 24h, 168h (7 days), 720h (30 days). Default: 24h password - Optional password protection max_downloads - Max download count before auto-delete keep_metadata - Set to "1" to preserve EXIF/GPS data Example: $ curl -X POST -F "file[email protected]" -F "expiry=168h" http://drop.i2p/api/upload Response: { "id": "k7x9m2", "url": "/f/k7x9m2", ...
#calc 24 * 2 Do math, print result to screen #dump Show registers (always zero?) Editor ----------- create test.txt Create file, because no auto-create. edit test.txt Start editor. :visual Enter "visual mode" :undo Undo all changes in current session. :stop Exit editor :alter@all /file 'ee'ff' Replace all occurances in file, "ee" to "ff" (PF2 key) Copy from cursor to eol to work field (PF5 key) Paste work field at cursor position (PF10...
Fortunately, support for dynamic proxying has been standardized across most browsers thanks to Proxy Auto-Configuration (PAC). A PAC (.pac) file is a JavaScript file with a function that decides which proxy method should be used for a given URL. Here’s our template PAC file: const proxy_i2p = 'PROXY 127.0.0.1:4444' ; const proxy_tor = 'SOCKS 127.0.0.1:9051' ; const FindProxyForURL = (url , host) => host . match ( / [.] i2p $ / ) ?