About 95 results found. (Query 0.12400 seconds)
zzz.i2p Development updates Home Forum You are not logged in Login i2psnark standalone 2.6.0 binary « Bug Reports and Feature Requests « I2P Help, Hints, Advice   Sat, 20 Jul 2024, 05:02pm #1 zzz Administrator Note that changes listed below do not include any changes in the bundled I2P core and streaming libraries.
Skip to main content Private area snippets.bentasker.co.uk Search Tags BASH Python JS Misc Convert Ascii to Binary (BASH) Ben Tasker 2018-09-20 22:12 Category: BASH Simple one liner to dump an Ascii string out in binary Details Language: BASH Snippet echo $MESSAGE | perl -lpe '$_=unpack"B*",$_' # To convert back echo $BINARY | perl -lpe '$_=pack"B*",$_' Usage Example $ echo Hello World | perl -lpe '$_=unpack"B*",$_'...
Nitter Louis Pilfold @louispilfold Jan 8 So what Rust binary serialisation library is the go-to now that bincode is deprecated? Jan 8, 2026 · 2:46 PM UTC 8 15 3,640 Sort replies: Relevant Recent Liked bigtime @bigtimetapin Mar 9 Replying to @louispilfold Wincode github.com/anza-xyz/wincode GitHub - anza-xyz/wincode: Fast, bincode‑compatible serializer/deserializer focused on in‑place...
Home Blog Projects home > posts > perfectly portable linux binary Perfectly Portable Linux Binary 2024-09-12 ~6 mins dependencies 4 linux 4 programming 11 Linux, unlike many other operating systems, comes in many flavors.
..:: ARCHAIC BINARY ::.. More... Software SyncTERM This Site I2P TOR · Fullscreen Javascript is disabled. Javascript and HTML5 canvas permissions are required for the terminal.
Explore Help Sign in mmgen / mmgen-wallet Watch 1 Fork You've already forked mmgen-wallet 0 Code Releases 28 Wiki Activity add alt-requirements.txt Browse source ... This commit is contained in: The MMGen Project 2023-11-13 13:44:52 +00:00 parent 3e1db1fb14 commit c7dc74744e Signed by: mmgen GPG key ID: 3F8B1861E32B7DA2 3 changed files with 1 additions and 2 deletions Show all changes Ignore whitespace when comparing lines Ignore changes in amount of whitespace Ignore changes in whitespace...
No information is available for this page.
Explore WoodpeckerCI Help Sign in vern / website Watch 4 Star 5 Fork You've already forked website 5 Code Issues Pull requests Projects Releases Packages Wiki Activity Use aria-label instead of alt for RSSFeed SVGg Browse source ... This commit is contained in: Arya Kiran 2022-09-30 16:31:39 +05:30 parent 3289eed5f5 commit 9a2ed8019f No known key found for this signature in database GPG key ID: 3A6EA2D0EE314EEF 1 changed files with 1 additions and 1 deletions Show all changes Ignore...
[ overboard / sfw / alt / cytube ] [ leftypol / b / hobby / tech / edu / games / anime / ent / 777 / posad / i / dead ] [ meta ] /games/ - Games Posting mode: Reply [Return] Name Email Subject Spoiler Image Comment Flag None 4th International Acceleration AK-47 Albania Allende Anarcha-Feminism Anarchism Anarcho-Capitalism Anarcho-Communism Anarcho-Nihilism Anarcho-Primitivism Antifa Armchair Atheism Bolshevik Brocialism Burkina Faso Canadien Carlism Chavismo Che China Christian Anarchism...
The following example uses the Openbox window manager, but there are many others available in pkgsrc/wm . Openbox can be installed via binary packages or compiled with pkgsrc. As always, assuming a properly set PKG_PATH, the binary package method is: # pkg_add -v openbox To build it with pkgsrc, run: # cd /usr/pkgsrc/wm/openbox # make install Openbox is now installed; to start it you must modify your .xinitrc file: substitute the line which calls...
BIN sounds/helicopter_motor.ogg Normal file View File Binary file not shown. BIN sounds/mobs_wolf_attack.ogg Normal file View File Binary file not shown. BIN textures/Enemy_black.png Normal file View File Binary file not shown.
Side by side After Width:  |  Height:  |  Size: 497 B BIN src/main/resources/smilies/frown.png Normal file View file Binary file not shown. Side by side After Width:  |  Height:  |  Size: 513 B BIN src/main/resources/smilies/grin.png Normal file View file Binary file not shown.
Skip to main content www.bentasker.co.uk Home Blog Documentation Videos Archive Tags Onion V3 Address is live Ben Tasker 2020-08-17 14:40 (updated 2020-08-18 12:56 ) My site has supported using V3 Onions at the transport layer for quite some time, having implemented Alt-Svc headers to allow Tor to be used opportunistically back in October 2018 . What I hadn't got around to, until now, was actually support direct access via a V3 hostname.
NodelistDB Node 1:135/220 - Reachability History Node connectivity testing and reachability analysis Search Nodes and SysOps Statistics Current network view Browse Zones, regions and nets Analytics Protocol and trend reports Reachability Operational history Downloads Nodelist archive Links Community references API HTTP endpoints Node Information Address: 1:135/220 System Name: Archaic_Binary_BBS Location: Orlando_FL Sysop: Wayne_Smith Reachability Statistics Time Period: Last 7 days Last 2 weeks Last 30...
If the tools for managing binary packages do not exist on a platform or are too old, they are provided along the binary packages in an archive called bootstrap.tar.gz , which must be extracted in the / directory.
Log In Revisions PDF Home Search Contact News You are here: start / secondlife / binary_trees / binary_search_trees / insert Table of Contents Note Code Example Note The wasBinarySearchTreeInsert function takes as arguments: a binary search tree ( BST ) as a flattened list as per binary_trees . the root of the binary search tree ( root ) the node ( node ) to insert into the binary search tree. and returns the resulting binary search tree.
\return true if member variable m_type indicates an ASCII mesh format 56 16 : bool isASCII() const { 57 16 : return m_type == GmshFileType::ASCII ? true : false; 58 : } 59 : //! \brief Mesh binary type query 60 : //! \return true if member variable m_type indicates an binary mesh format 61 12 : bool isBinary() const { 62 12 : return m_type == GmshFileType::BINARY ?
search: re summary | shortlog | log | commit | commitdiff | tree raw | inline | side by side Load ELF kernel instead of flat binary [nameless-os.git] / kernel / entry.s diff --git a/kernel/entry.s b/kernel/entry.s index a02df92d4703df4ada20654b433158c80ee1373f..d6490a1159587a81cda63257b3ee3e9028fdaf68 100644 (file) --- a/ kernel/entry.s +++ b/ kernel/entry.s @@ -1,12 +1,32 @@ -; when our kernel source has functions before _start and we blindly transfer control to the beginning...
C . cpp . o obj/%.o : %. cpp * build library in the same tree as main binary 2014-12-11 07:46:28 +00:00 $( CXX ) $( CXXFLAGS ) $( NEEDED_CXXFLAGS ) $( INCFLAGS ) $( CPU_FLAGS ) -c -o $@ $< * Makefile : move common targets to top-level Makefile 2014-09-19 04:35:51 +01:00 obj : mkdir -p obj * build library in the same tree as main binary 2014-12-11 07:46:28 +00:00 $(I2PD) : $( OBJECTS : obj /%= obj /% ) $( CXX ) -o $@ $^ $( LDLIBS ) $( LDFLAGS ) $( LIBS ) $(SHLIB) : $(...
There are however many different methods for evaluating the accuracy of a classifier and no general method for determining which method should be used in which circumstances. Different fields have taken different approaches, even in binary classification (see Evaluation of binary classifiers ). In pattern recognition , error rate is popular. The Gini coefficient and KS statistic are widely used in the credit scoring industry.