https://tube.ggbox.fr/videos/watch/66a6a34a-e4c3-4f8a-9a52-52829366cb3c


The earlier version is from 1968. The key thing is the format of the 'super line mark', which is the separator between the various files in the archive. The 1968 version has the following comment describing how it works:
THE FORMAT OF THE 'SUPER LINE MARK' IN ARCHIV FILES
IS:
777777000000K,..,..,..,777777000011K,FLN1,FLN2,
$ MM/DD/YY HHMM.M $,
$ZZZZZZ$,$$,$ 000$,$00 $
TOTALLING 14 WORDS, WHERE ZZZZZZ IS FILE WORD COUNT.
THIS INFORMATION SHLD NOT BE KNOWN ANYWHERE IN THE PROGRAM
EXCEPT IN THE FLLWING INTERNAL FUNCTIONS AND V'S STATEMENTS.
This describes a #BCD format (6x 6 bit characters per 36 bit word).
5/n
Après que nous avons #réalisé un #compteur #binaire avec deux #diodes #LED, une #jaune et une #rouge qui nous #compte de 0 à 3, #Electro-robot vous #propose de #compléter ce premier #circuit #séquentiel en ajoutant un #décodeur #BCD à base du #circuit #intégré #74LS48 et un #afficheur 7 #segments pour réaliser un #compteur #decimal au final. Alors on commence ?
... first pass at the main #assembly module is now done. Next step is to get it onto the emulator and start debugging.
I want to do this in a 'period correct' way, which means (virtual) #punchedcards. I think I know the 12 bit encoding which is required, although I have no idea whether that's what a real #IBM7094 would have used or whether it's just what the author of the emulator decided. Need to write a utility to convert the current ASCII encoding, which will be converted to #BCD as it's read. And I thought Windows code pages were painful!
As an aside, I was initially confused when I heard the machine used BCD, as I thought that was a numerical format where each nibble represented a single decimal digit, but it's actually a full 6-bit alphanumeric coding scheme where code points 0x00 to 0x09 (in the IBM version at least) represent the decimal digits. See https://en.wikipedia.org/wiki/BCD_(character_encoding).
#Development #Announcements
First catalog of web features completed · The WebDX Community Group has hit a milestone https://ilo.im/162sid
_____
#WebFeatures #BCD #Baseline #WebPlatform #Browser #WebDev #Frontend #HTML #CSS #JavaScript
The WebDX Community Group has completed a first nearly complete catalog of web features targeted at web developers, along with support data across main browsers. The catalog already powers MDN, Can I Use, and is now being integrated in tools and libraries. Feedback welcome!
Arrive on time and without hassle.
You will have a pleasant journey in a relaxed and safe atmosphere.
✔️Visit the website and book your ride.
------
Follow @JAXBLACKCAR on IG for Airport/Chauffeured Transportation.
.
.
#jaxblackcar #chauffeurservices #luxurytravel #limoservice #events #legendarymoments #BCD #hospitality #travelbloggers #Travelandtourism #ilovejax #luxurylifestyle #jaxchamber #travelagents #meetingplanners #concierge #golfcommunity
En términos de adopción.
#BCD ha demostrado su utilidad y popularidad dentro de la comunidad de jugadores de #BCGame, atrayendo a un número creciente de usuarios que prefieren el uso de #criptomonedas para sus actividades de juego en línea.
https://www.colombiacripto.com/2025/01/bc-dollar-bcd-la-piedra-hermosa-del.html #Colombia
#BerlinCyclingDiary #BCD:
Jahresrückblick 2024 – So wild war #Radfahren in Berlin (1h)
I didn't even know that it exists: GSM / SMS timestamps are stored in a kind of reversed binary coded decimal (bcd) including a time zone. That encodes date (8 digits = 4 bytes) and time (6 digits = 3 bytes) and the time zone (in 1/2 hours with the most significant bit being the sign = 1 byte) in 8 bytes.
So my current time stamp: 2024-08-05 09:06:24 CEST would be:
0242805090604204
0242 = 2024
80 = AUG
50 = 5th
906024 = 09:06:24
04 = +2 h to UTC
http://seven-bit-forensics.blogspot.com/2014/02/decoding-gsmsms-timestamps.html