¡Nuevo video! SumBCD y MultipBinario explicados paso a paso por UTN-FRC: suma en BCD y multiplicación binaria con ejemplos claros. Perfecto para estudiantes de electrónica y computación. ¡Aprende y practica ya! #Spanish #BCD #Binario #SumaBCD #MultiplicaciónBinaria #Electrónica #Educación #UTNFRC
https://tube.ggbox.fr/videos/watch/66a6a34a-e4c3-4f8a-9a52-52829366cb3c
SumBCD_MultipBinario

PeerTube

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

#CTSS #retrocomputing #IBM7094

Compteur décimal à base d'un décodeur BCD et d'un afficheur sept segments

Réalisez un compteur décimal qui vous compte de 0 à 3 avec un affichage sur un afficheur 7 segments et un décodeur BCD 74LS48 et testez son fonctionnement

Electro-Robot

... 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).

BCD (character encoding) - Wikipedia

#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

First catalog of web features completed by the WebDX Community Group

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!

W3C

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

BC Dollar (BCD): La Piedra Hermosa del Ecosistema de BC.Game

En términos de adopción, BCD ha demostrado su utilidad y popularidad dentro de la comunidad de jugadores de BC.Game, atrayendo a un número creciente..

Jahresrückblick 2024 – So wild war Radfahren in Berlin – Berlin Cycling Diary

YouTube
BCD Watch:觀察 MDN 的 Browser Compatibility Data 有什麼變化

看到 Eric Meyer 弄了 BCD Watch 觀察 MDN 上面的 Browser Compatibility Data 變化:「Announcing BCD Watch」。 看起來是每個禮拜更新一次,而網站有提供 RSS feed 可以訂閱,所以不用自己一直跑去翻。 這種網站果然是掛在 GitHub Pages 上面 (+ GitHub A...

Gea-Suan Lin's BLOG

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

#GSM#programming #bcd

http://seven-bit-forensics.blogspot.com/2014/02/decoding-gsmsms-timestamps.html

Decoding GSM/SMS Timestamps

GSM timestamps (TP-SCTS) Probably one of the most common timestamps found within mobile phones is the GSM/SMS timestamp format. Within t...