-
Michael Howard’s Web Log : Cryptographically Secure Random number on Windows without using CryptoAPIMichael Howard’s Web Log : Cryptographically Secure Random number on Windows without using CryptoAPI
-
SCLive – A SystemC Linux LiveCD
June 16, 2007
links for 2007-06-16
By AG Raja
About AG Raja
I'm an Electronics Engineer. This blog will serve as quick reference for myself and visitors. Topics chosen will be mostly related to Electronics and Programming. Occasionally I post on general knowledge.
View all posts by AG Raja
This entry was posted on Saturday, June 16th, 2007 at 12:34 am You can follow any responses to this entry through the RSS 2.0 feed.
Leave a Reply Cancel reply
Recent Posts- Laptop plugged in, not chargingLaptop plugged in, but not charging: This was a really annoying issue, since I had bought the laptop just 3 months back. I searched in HP forums, (mine is a HP laptop), there were a range of suggestions 1) Uninstall Battery adapter from Device manager 2) Restart !! 3) Re-install the power manager software 4) […]
- OOP Design Patterns SummarySummary of OOPs Design Patterns from GoF Book Note: Syntax, keywords of C++ used in example snippets. Download: DesignPatterns_Summary Creational Patterns Singleton Object is created only once using a static Create() method; new is not called directly. First call of Create() method creates a static object using new. Subsequent calls to the Create() method re […]
- Many-ism of System of GovernmentDemocracy: Head of Government is elected by citizen’s votes. Dictatorship: No voting rights. Corrupt voting mechanism in Democracy leads to Dictatorship. Political Spectrum based on Economic Policy. Left – Communism. Middle – Socialism. Right – Capitalism. Capitalism: Open Competition in business. Socialism: Government controls business by regulating competi […]
- List of Techniques to Generate Creative Ideas6 Different Approaches to generate ideas 1. Extract the abstract: Simplify to a skeleton. Pay attention to details and classify. 2. Observe the features: Use SCAMPER on Attributes / Components / Processing-steps. 3. Visualize through others: Use peripheral vision. Change Focus / Angle / Entry-point. 4. Look outside boundaries: Challenge rules, assumptions, c […]
- Creativity can be taughtEveryone can be creative knowing these tools/tips. pdf Creativity Tools Quotes: Creativity can be taught. Anyone can create and innovate. Creativity is about generating new ideas. Innovation is about implementing them. Brainstorming: Generate ideas without constraints. Evaluate them later. Mindmap: Utilize memory / association power of brain. Instantly find […]
- SystemVerilog Interview QuestionsWhat is the use of OOPs in Verification? Compare Verilog and SV. OOPs allows plug-and-play re-usable verification components Verilog – Procedural SystemVerilog – OOPs. Abstraction, Encapsulation, Inheritance, Polymorphism Packed Array vs Unpacked Array Packed array – made of sub-dividing a vector into subfields which can be conveniently accessed as array ele […]
- Latch vs Flip FlopLatch • Asynchronous • Level Sensitive • Clock signal = Enable signal* = Latch Signal o It is not apt to call it Clock; better call it Enable o When ‘1’, Q changes when D changes o When ‘0’, Q retains state • Used as Mechanical Switch De-bouncer • Processor ALE signal implemented using Latch […]
- Airtel Broadband connection on linux machineInfo on how to setup network settings for airtel broadband connection on a linux system
- System Verilog Singleton ExamplePurpose of a singleton: To have a class which has only one instance(object) All the objects of this class refer to same global object that is created only once This design pattern provides a mechanism for providing namespaces to global variables Download here. singleton-design-pattern C++ example for singleton design pattern: click here System Verilog exampl […]
- C++ Singleton ExampleDownload here. singleton-design-pattern Purpose of a singleton: To have a class which has only one instance(object) All the objects of this class refer to same global object that is created only once This design pattern provides a mechanism for providing namespaces to global variables C++ example for singleton design pattern // Filename : singleton.cpp // […]
- Laptop plugged in, not charging
Top Posts
- C program to trim blank spaces
- DC coupling vs AC coupling
- Thumb rule to calculate via inductance
- C Find Replace Program
- System Verilog DPI Example
- C Find and Replace program
- Syntax Highlight For System Verilog Files
- Perl script to add Header to files
- System Verilog OVM - Hello World Program
- SystemVerilog Interview Questions
OVM Cheat-Sheet
Tags
ASIC/FPGA Bookmarks C char class close Communication Downloads Electronics Entertainment file find Formula gcc Images Linux Memory Modelsim multiple ncverilog Networking News object open PCB design Perl Products program read replace script Shell Signal Integrity string Study SystemVerilog TCL terminal Tips and Tricks trim Usenet Verilog windows Wireless writePages
Copyrights
Blog Stats
- 138,397 hits
Categories

