|
Here is a neat tool for writing to the monitor EEPROM. You don't need to be Administrator.
It comes with full source code:
EDID DisplayID Writer
Fun fact: The Windows operating system makes a copy/cache of your EDID in the registry when you first connect your monitor. You could store your favorite poetry in your monitor EEPROM and probably still have a functioning monitor. I wouldn't recommend doing that. Backup your EDID if you do.
Fun fact 2: Most monitors block writing at the hardware level. But some monitors fake the "write-only" in software and can be put into "service mode" to enable writing.
If you ever find yourself in a position where you wanted to block writing. You could build an HDMI firewall.
|
|
|
|
|
Realterm is a really great serial comms application that allows you to get right into the nuts and bolts of serial data transmission. If you need more capability than simple serial comms, this is the application for you.
https://realterm.sourceforge.io
|
|
|
|
|
|
|
any voting it down please explain why. if this is not the right forum for the tool i will remove it.
|
|
|
|
|
Raj Lal wrote: It is completely free for individuals to use.
And thus not in fact free in some cases.
The forum says ".No shareware and no commercial products allowed"
So it is is commercial because there is a charge for companies.
Raj Lal wrote: any voting it down please explain why
(From your other post)
I didn't down vote it but my explanation above could be the reason why someone else did.
|
|
|
|
|
thanks for your comment.
the Zoom App is completely free to use for individuals and teams, the teamcal ai web app has team plans.
I will delete it. Can't find the Delete option anymore for the original thread. Can any admin just delete the thread, if this is considered not free
|
|
|
|
|
I have several keys generated based on Mac Address only and I would like to know If it's possible to develop the source program that generated those keys. I have the keys and respective Mac Address and now I would like to introduce a new Mac Addres and test which would be the key generated. Is it possible?
|
|
|
|
|
I'm hoping you don't have a dynamic MAC address.
|
|
|
|
|
This is the wrong place for asking questions. Try here: Ask a Question[^] but also read this first: Asking questions is a skill[^] and think about what you need to know, and what you need to tell us in order to get help.
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
A network interface controller (NIC) is assigned a MAC address, which serves as a unique identifier for communication within a network segment. Using suitable software, this MAC address can function as a key generator to provide secure authentication or encryption.
|
|
|
|
|
wrote: A network interface controller (NIC) is assigned a MAC address
Some devices have dynamic MAC addresses.
|
|
|
|
|
Message Removed
modified 4 days ago.
|
|
|
|
|
|
|
The Dream Textures that the video is about, with a link in the description.
|
|
|
|
|
|
|
I've been updating our company website.
After uploading it I wanted to know if it was OK, or it had bugs or problems related to SEO and/or good practices. Found several ones, but the AHREFS[^] website is amazing.
Serious, free, offers plenty of data and in its Site Audit tab you can get valuable information on what to improve in your site.
Hope this helps you too.
|
|
|
|
|
PartsBin, formally WinHeist is a completely rewritten application for organizing electronic components.
A short list of functionality provided by PartsBin is given here. It is not a complete list but provides an overview of the main features of the application.
- Supplier/Vendor database.
- Ability to define external tools.
- A comprehesive order system.
- Define applications to open documents. For example assign SumataPDF to open PDF files (datasheets).
- Component name entered in free form. (max. 80 characters)
- Set component image.
- Storage Location name entered in free form. (max. 80 characters)
- Ability to move components in mass between storage locations.
- Component may have one or more Tags.
- Ability to search by Tag.
- Set component alert threshold and the ability to filter alerted components.
- Filter list by various component fields.
- Unlimited attachments such as; datasheets, website links, etc..
- Pricing for component by supplier; single unit or bulk pricing.
- Component history that tracks such events as; creation, location movement and inventory count adjustment.
- Project module that include Bill of Materials
- Ability to; Create New Database, Open Existing Database and Backup Current Database
You can get it at JaxCoder[^]
PartsBin an Electronics Part Organizer is finally available for download.
JaxCoder.com
modified 19-Sep-22 12:22pm.
|
|
|
|
|
The conversion from a single-user issue-tracker to a multi-user version with a Postgres database is now completed.
I tested it on a Windows 10 machine with PostgreSQL 14 and an SSD. For a database with 4000 issues the first loading time will be about 1.5 seconds and subsequent application starts will be faster.
I also tried to make it even faster by using Parallel.Foreach() for filling the DataGridView, but this slowed down things instead.
It can be downloaded here: GitHub - RickZeeland/MaxiBug[^]
Note: Microsoft Edge users probably will have problems as Edge considers this to be a "virus", so using Chrome is recommended 
|
|
|
|
|
|
There are a few free REST APIs that can be used for testing. One example is the JSONPlaceholder API, which provides dummy JSON data that can be used to test applications. Another option is the Mocky API, which allows users to create mock HTTP responses.
|
|
|
|
|
A web browser. A location bar. Javascript can be manually typed into it and run from there on the web page which is showing.
Is there a tool that does that?
Example:
A web site might have offensive images that are included from a different site. The javascript could search the html for those images and change them to a blank space. Thus, the user of the web browser looking at that site would see it loading, but before those offensive images show up the html of that page is changed to not showing those images.
Does this exist? What is a link to it? Have you used it? Does it work?
I know that someone wrote one years ago in Visual Basic 6 that worked very well. I would like to have one that is current.
Thanks.
|
|
|
|
|
Sounds like you're looking for Tampermonkey[^].
Or possibly a content blocker like uBlock Origin[^].
But neither option will be able to block 100% of "offensive" images, even if you can get users to agree on a precise definition for what counts as offensive.
"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer
|
|
|
|