#Computer Genration
Explore tagged Tumblr posts
Text
First Genration of Computer in Hindi
Friends, in today's article we will try to give you complete information about the first generation computer (First Generation of Computer in Hindi). Like what are first generation computers, names of first generation computers, what are the main features of first generation computers, what are the advantages and disadvantages of first generation computers etc. you will get to know all the things in this article. Read more
1 note
·
View note
Text
As a genration jo computer ko maarti we are not supposed to be scared of AI
2 notes
·
View notes
Text
Drawing Machines #10
Michael Noll
#inspiração
A. Michael Noll é reconhecido como um precursor na arte computacional e animação, além de ter desempenhado funções diversas e notáveis ao longo de sua carreira. Foi Assessor de Ciências na Casa Branca, ocupou cargos de gestão e planeamento na AT&T, trabalhou como professor universitário e administrador, além de se destacar como autor, colunista, crítico de música clássica, arquivista e biógrafo. A sua produção literária mantém-se ativa, com foco em telecomunicações e temas relacionados.
Durante cerca de 15 anos, Noll realizou investigações fundamentais na Bell Labs, sendo pioneiro no uso de computadores digitais nas artes visuais e na animação estereoscópica, aplicando esses avanços tanto no domínio artístico como científico. No início da década de 1970, assumiu um papel de liderança na AT&T, identificando oportunidades para o desenvolvimento de novos produtos e serviços. O seu contributo académico inclui mais de 90 artigos publicados, seis patentes registadas e a autoria de 12 livros sobre diversos aspectos das comunicações. Desde 1990, produziu mais de 130 artigos de opinião em colunas de jornais de grande circulação e empresariais, além de mais de 30 críticas de música clássica para a Sociedade Clássica de Nova Jersey.

autor: A. Michael Noll titulo :Gaussian-Quadratic
Ano:1963 material: drawing, b/w, computer generated. Ink on paperSize: 19,5 × 13 cm (graphic), 27,8 × 21,8 cm (sheet) FORTRAN on IBM 7090, printed with Stromberg-Carlson 4020 microfilm-plotter
" In general, completely random two-dimensional pictures are not very interesting. However the computer is also able to mix together randomness and order in mathematically specified proportions to achieve a desired effect. The intial attempts at such mixing used Gaussian randomness for the X-axis co-ordinates but introduced a specified and non-rendom mathematical function for genrating the Y-axis co-ordinates. Gaussian Quadratic is a particularly good example of this mixing approach. Ninety lines join together 100 points whose horizontal positions are Gaussian. The vertical positions increase quadratically, i.e. the first position has a vertical position from the bottom of the picture given by 1^2 +5 * 1, the second point 2^2 + 5 * 2 , the third point 3^2 + 5 * 3, etc. The maximum picture size is limited to 1024 units wide by 1024 units high, and thus the 30th point would be off the top of the picture (30^2 + 5 * 30 = 1050 ) . To prevent this from happening, the vertical positions at the top are reflected to the bottom of the picture and then continue to rise. the result is a line that starts at the bottom of the picture and randomly zigzags to the top in continually increasing steps; at the top the line is ’ translated’ to the bottomto continue it’s rise. The standard derivation of the Gaussian density is 150. "
Michael A. Noll Referred from Page 153 Cybernetics, Arts and Ideas
0 notes
Text
so I just had a thought, is all digital art technical cgi?
0 notes
Text
Microsoft Azure Fundamentals AI-900 (Part 6)
Microsoft Azure AI Fundamentals: Explore computer vision
An area of AI where software systems perceive the world visually, through cameras, images, and videos.
Computer vision is one of the core areas of AI
It focuses on what the computer can “see” and make sense of it
Azure resources for Computer vision
Computer Vision - use this if you’re not going to use any other cognitive services or if you want to track costs separately
Cognitive Services - general cognitive services resources include Computer vision along with other services.
Analyzing images with the computer vision service
Analyze an image evaluate objects that are detect
Generate human readable phrase or sentence that can describe what image is detected
If multiple phrases are created for an image, each will have an associated confidence score
Image descriptions are based on sets of thousands of recognizable objects used to suggest tags for an image
Tags are associated with the image as metadata and summarizes attributes of the image.
Similar to tagging, but it can identify common objects in the picture.
It draws a bounding box around the object with coordinates on the image.
It can identify commercial brands.
The service has an existing database of thousands of recognized logos
If a brand name is in the image, it returns a score of 0 to 1
Detects where faces are in an image
Draws a bounding box
Facial analysis capabilities exist because of the Face Service
It can detect age, mood, attributes, etc.
Currently limited set of categories.
Objects detected are compared to existing categories and it uses the best fit category
86 categories exist in the list
Celebrities
Landmarks
It can read printed and hand written content.
Detect image types - line drawing vs photo
Detect image color schemes - identify the dominant foreground color vs overall colors in an image
Genrate thumbnails
Moderate content - detect images with adult content, violent or gory scenes
Classify images with the Custom Vision Service
Image classification is a technique where the object in an image is being classified
You need data that consists of features and labels
Digital images are made up of an array of pixel values. These are used as features to train the model based on known image classes
Most modern image classification solutions are based on deep learning techniques.
They use Convolutional neural Networks (CNNS) to uncover patterns in the pixels to a particular class.
Model Training
To train a model you must upload images to a training resource and label them with class labels
Custom Vision Portal is the application where the training occurs in
Additionally it can use Custom Vision service programming languages-specific SDKs
Model Evaluation
Precision - percentage of the class predictions made by the model that are correct
Recall - percentage of the class predictions the model identified correctly
Average Precision - Overall metric using precision and recall
Detect objects in images with the Custom Vision service
The class of each object identified
The probability score of the object classification
The coordinates of a bounding box of each object.
Requires training the object detection model, you must tag the classes and bounding box coordinates in a training set of images
This can be time consuming, but the Custom Vision portal makes this straightforward
The portal will suggest areas of the image where discrete objects are detected and you can add a class label
It also has Smart Tagging, where it suggests classes and bounding boxes to use for training
Precision - percentage of the class predictions made by the model that are correct
Recall - percentage of the class predictions the model identified correctly
Mean Average Precision (mAP) - Overall metric using precision and recall across all classes
Detect and analyze faces with the Face Service
Involves identifying regions of an image that contain a human face
It returns a bounding box that form a rectangle around the face
Moving beyond face detection, some algorithms return other information like facial landmarks (nose, eyes, eyebrows, lips, etc)
Facial landmarks can be used as features to train a model.
Another application of facial analysis. Used to train ML models to identify known individuals from their facial features.
More generally known as facial recognition
Requires multiple images of the person you want to recognize
Security - to build security applications and is used more and more no mobile devices
Social Media - use to automatically tag people and friends in photos.
Intelligent Monitoring - to monitor a persons face, for example when they are driving to determine where they are looking
Advertising - analyze faces in an image to direct advertisements to an appropriate demographic audience
Missing persons - use public camera systems with facial recognition to identify if a person is a missing person
Identity validation - use at port of entry kiosks to allow access/special entry permit
Blur - how blurry the face is
Exposure - aspects such as underexposed or over exposed and applies to the face in the image not overall image exposure
Glasses - if the person has glasses on
Head pose - face orientation in 3d space
Noise - visual noise in the image.
Occlusion - determines if any objects cover the face
Read text with the Computer Vision service
Submit an image to the API and get an operation ID
Use the operation ID to check status
When it’s completed get the result.
Pages - one for each page of text and orientation and page size
Lines - the lines of text on a page
Words - the words in a line of text including a bounding box and the text itself
Analyze receipts with the Form recognizer service
Matching field names to values
Processing tables of data
Identifying specific types of field, such as date, telephone number, addresses, totals, and other
Images must be JPEG, PNG, BMP, PDF, TIFF
File size < 50 MB
Image size between 50x50 pixels and 10000x10000 pixels
PDF documents no larger than 17 inches x 17 inches
You can train it with your own data
It just requires 5 samples to train it
Microsoft Azure AI Fundamentals: Explore decision support
Monitoring blood pressure
Evaluating mean tie between failures for hardware products
Part of the decision services category
Can be used with REST API
Sensitivity parameter is from 1 to 99
Anomalies are values outside expected values or ranges of values
The sensitivity boundary can be configured when making the API call
It uses a boundary, set as a sensitivity value, to create the upper and lower boundaries for anomaly detection
Calculated using concepts known as expectedValue, upperMargin, lowerMargin
If a value exceeds either boundary, then it is an anomaly
upperBoundary = expectedValue + (100-marginScale) * upperMargin
The service accepts data in JSON format.
It supports a maximum of 8640 data points. Break this down into smaller requests to improve the performance.
When to use Anomaly Detector
Process the algorithm against an entire set of data at one time
It creates a model based on your complete data set and the finds anomalies
Uses streaming data by comparing previously seen dat points to the last datapoint to determine if your latest one is an anomaly.
Model is created using the data points you send and determines if the current point is an anomaly.
Microsoft Azure AI Fundamentals: Explore natural language processing
Analyze Text with the Language Service
Used to describe solutions that involve extracting information from large volumes of unstructured data.
Analyzing text is a process to evaluate different aspects of a document or phrase, to gain insights about that text.
Text Analytics Techniques
Interpret words like “power”, “powered”, and “powerful” as the same word.
Convert to tree like structures (Noun phrases)
Often used for sentiment analysis
Determine the language of a document or text
Perform sentiment analysis (positive or negative)
Extract key phrases from text to indicate key talking points
Identify and categorize entities (places, people, organizations, etc)
Get started with Text analysis
Language name
ISO 6391 language code
Score as a level of confidence n the language returned.
Evaluates text to return a sentiment score and labels for each sentence
Useful for detecting positive or negative sentiment
Classification is between 0 to 1 with 1 being most positive
A score of 0.5 is indeterminate sentiment.
The phrase doesn’t have sufficient information to determine the sentiment.
Mixing language content with the language you tell it will return 0.5 also
Key Phrase extraction
Used to determine the main talking points of a text or a document
Depending on the volume this can take longer, so you can use the key phrase extraction capabilities of the Language Service to summarize main points.
Key phrase extraction can provide context about the document or text
Entity Recognition
Person
Location
OrganizationQuantity
DateTime
URL
Email
US-based phone number
IP address
Recognize and Synthesize Speech
Acoustic model - converts audio signal to phonemes (representation of specific sounds)
Language model - maps the phonemes to words using a statistical algorithm to predict the most probably sequence of words based on the phonemes
ability to generate spoken output
Usually converting text to speech
This process tokenizes the set to break it down into individual words, assign phonetic sounds to each word
It then breaks the phonetic transcription to prosodic units to create phonemes for the audio
Get started with speech on Azure
Use this for demos, presentations, or scenarios where a person is speaking
In real time it can translate to many lunges as it processes
Audio files with Shared access signature (SAS) URI can be used and results are received asynchronously.
Jobs will start executing within minutes, but no estimate is provided for when the job changes to running state
Used to convert text to speech
Voices can be selected that will vocalize the text
Custom voices can be developed
Voices are trained using neural networks to overcome limitations in speech synthesis with regards to intonation.
Translate Text and Speech
Where each word is translated to the corresponding word in the target language
This approach has issues. For example, a direct word to word translation may not exist or the literal translation may not be the correct meaning of the phrase
Machine learning has to also understand the semantic context of the translation.
This provides more accurate translation of the input phrase or phrases
Grammar, formal versus informal, colloquialism all need to be considered
Text and speech translation
Profanity filtering - remove or do not translate profamity
Selective translation - tag content that isn’t to be translated (brand names, code names, etc)
Speech to text - transcribe speech from an audio source to text format.
Text to speech - used to generate spoken audio from a text source
Speech translation - translate speech in one language to text or speech in another
Create a language model with Conversational language Understanding
A None intent exists.
This should be used when no intent has been identified and should provide a message to a user.
Getting started with Conversational Language Understanding
Authoring the model - Defining entities, intents, and utterances to use to train the model
Entity Prediction - using the model after it is published.
Define intents based on actions a user would want to perform
Each intent should include a variety of utterances as examples of how a user may express the intent
If the intent can be applied to multiple entities, include sample utterances for each potential entity.
Machine-Learned - learned by the model during training from context in the sample utterances you provide
List - Defined as a hierarchy of lists and sublists
RegEx - regular expression patterns
Pattern.any - entities used with patterns to define complex entities that may be hard to extract from sample utterances
After intents and entities are created you train the model.
Training is the process of using your sample utterances to teach the model to match natural language expressions that a user may say to probable intents and entities.
Training and testing are iterative processes
If the model does not match correctly, you create more utterances, retrain, and test.
When results are satisfactory, you can publish the model.
Client applications can use the model by using and endpoint for the prediction resource
Build a bot with the Language Service and Azure Bot Service
Knowledge base of question and answer pairs. Usually some built-in natural language processing model to enable questions and can understand the semantic meaning
Bot service - to provide an interface to the knowledge base through one or more channels
Microsoft Azure AI Fundamentals: Explore knowledge mining
Used to describe solutions that involve extracting information from large volumes of unstructured data.
It has a services in Cognitive services to create a user-managed index.
The index can b meant for internal use only or shared with the public.
It can use other Cognitive Services capabilities to extract the information
What is Azure Cognitive Search?
Provides a programmable search engine build on Apache Lucene
Highly available platform with 99.9% uptime SLA for cloud and on-premise assets
Data from any source - accepts data form any source provided in JSON format with auto crawling support for selected data sources in Azure
Full text search and analysis - Offers full text search capabilities supporting both simple query and full Lucene query syntax
AI Powered search - has Cognitive AI capabilities built in for image and text analysis from raw content
Multi-lingual - offers linguistic analysis for 56 langues
Geo-enabled - supports geo-search filtered based on proximity to a physical location
Configurable user experience - it includes capabilities to improve the user experience (autocomplete, autosuggest, pagination, hit highlighting, etc)
Identify elements of a search solution
Folders with files,
Text in a database
Etc
Use a skillset to Define an enrichment pipeline
Key Phrase Extraction - uses a pre-trained model to detect important phrases based on term placement, linguistic rules, proximity to terms
Text Translation - pre-trained model to translate the input text into various languages for normalization or localization use cases
Image Analysis Skills - uses an image detection algorithm to identify the content of an image an generate a text description
Optical Character Recognition Skills - extract printed or handwritten text from images, photos, videos
Understand indexes
Index schema - index includes a definition of the structure of the data in the documents to read.
Index attributes - Each field in a document the index stores its name, the data type, supported behaviors (searchable, sortable, etc)
Best indexes use only the features that are required/needed
Use an indexer to build an index
Push method - JSON data is pushed into a search index via a REST API or a .NET SDK. Most flexible and with least restrictions
Pull method - Search service indexer pulls from popular Azure data sources and if necessary exports the Tinto JSON if its not already in that format
Use the pull method to load data with an indexer
Azure Cognitive search’s indexer is a crawler that extracts searchable text and metadata form an external Azure data source an populates a search index using field-to-field mapping between the data and the index.
Data import monitoring and verification
Indexers only import new or updated documents. It is normal to see zero documents indexed
Health information is displayed in a dashboard.
You can monitor the progress of the indexing
Making changes to an index
You need to drop and recreate indexes if you need to make changes to the field definitions
An approach to update your index without impacting your users is to create a new index with a new name
After importing data, switch to the new index.
Persist enriched data in a knowledge store
A knowledge store is persistent storage of enriched content.
The knowledge store is to store the data generated from Ai enrichment in a container.
3 notes
·
View notes
Photo
Support Mutual Aid Funds (link here) by buying some lovely slitherhounds.
These dogs are based on adopts4good mascot, a small green dog with a snake lower half. I’m selling them for around 10 dollars and do customs! This breed will retire by the end of July, unless chosen to come back.
How To Adopt!
Message this blog saying what fund you want to donate to. I’ll approve you and assign you a random cent amount based on a random number genrator.
Screenshot your submission along with the time of the computer or phone visible
After that, message the details which adopt you want, or if you want a custom, what colors and dog breed you want!
Can’t afford to donate? That’s ok! Here’s a post explaining where you can email advocating for Black lives lost.
10 notes
·
View notes
Text
Types Of Diesel Generators And Usage
Diesel generators are usually located in gravel with concrete pad in engine rooms, with careful attention to ensuring that failure of a component.So the site planning is important one in generator fixing before plan and create the site layouts based on location of placing generators.

Because it will be calculated by square feet if you have 15 X 15 ground spaces you only fix on the portable size of generators. The site preparation first needs to develop placement like concrete pad design and concrete anchors.
Fixing diesel generators is various types and size different based to decide on fixing generators.
How generators work and what are the benefits of generators?
Diesel generators created with a lot of essential things. It will be working on backup power sources that convert fuel supply usually propane, diesel into electrical energy.
it is a primary source of electrical supply during power outages. this energy is used in external circuits.
Types Of Generators:
Mainly three types of generator models: portable, inverter and standby. All these generators are long-term used features
Portable Generator
Inverter Generator
Standby Generator
Portable Generators:
It is comfortable placing all places and used mainly in local area shops like hotels, stores, car and bike showrooms.
Wide range of capacities in a portable generator like combustion engine to conduct electricity, plug into electrical appliances & tool sockets, With wired facility’s subpanels.
Portable Generator is enough to run televisions, air conditioners, computers and refrigerators, so the engine should run at 3600 rpm its stand to run 18 hours.
Inverter Generator:
An inverter generator produces more AC electrical energy per engine rotation so the raw electricity transforms into DC power.
The running watts of inverter generator starts 2800 to 3100 watts – weight is 96.6 Lbs, starts 3100 to 3400 watts – weight is 95 Lbs, starts 2600 to 3000 watts – weight is 90 Lbs, starts 2800 to 3100 watts – weight is 81 Lbs.
used mainly in local area shops like home, hotels, stores, car & bike showrooms and commercial buildings.
Standby Generator:
Standby generator is operate automatically transfer switch that power a device.To start generator automatic during power loss.
Liquid propane and natural gas with internal combustion engine.
Sensing the power cuts within seconds boots up elecricity run automatically this is main specifications standat generators.
Parts Of Diesel engines:
The diesel generators is the combination of diesel engine so the generator is generate to electric energy.
Two Parts Of Diesel Engines:
Engine
Alternator
Engine:
The engine is started by DC Start motor is using it will help to start engines also arrengement is fitted in engine self start arrengemnt, radiator arrengment, air filter and Lub oil arrengement.
Alternator:
Alternator is used to convert mechanical power into electrical power. Alternator having some arrengement AVR(Automatic Voltage Regulator), Startor winding, field winding, Rectifier.
For Know More Diesel Generators price and models visit shaktiman equipments one of leading genrator dealer.
Get In Touch: Make a call : +91 9600003253 / WhatsApp Chat: +91 98400 69101 Visit Site: https://shaktiman.co/
#ashok leyland generator dealer in chennai#ashok leyland generator dealer in coimbatore#authorized generator dealer in chennai#cummins generator dealer in chennai#generator dealers in chennai#generator dealers in madurai#kirloskar generator dealer in chennai#kirloskar generator dealer in coimbatore#kirloskar generator dealer in madurai#mahindra powerol generator dealer in chennai
1 note
·
View note
Text
Process for E-Way Bill Genration on Mobile
Introduction In the realm of the Goods and Services Tax (GST) system, the E-Way Bill has emerged as a crucial document for the transportation of goods. In this blog, we will delve into the process of generating an E-Way Bill on a mobile device using the SMS method. We will also discuss the what is an E-Way Bill, and the various modes available for generating E-Way Bills under GST.
What is an E-Way Bill?
An E-Way Bill is a digital document that must be generated when the value of goods or services being transported exceeds INR 50,000 within the state or interstate. It serves as a unique identification and contains essential details such as the consignment’s status, information about the goods, recipient, consignor, and transporter.
Modes of Generating E-Way Bill under GST
Under the GST regime, there are several modes available for generating E-Way Bills, including:
Web-Based Systems: Businesses can utilize web-based systems, such as the official E-Way Bill Portal, to generate E-Way Bills. This method involves accessing the portal through a web browser and entering the required information to generate the bill.
SMS-Based Facility: One of the convenient methods for generating an E-Way Bill is through the SMS-based facility. This approach allows businesses to generate E-Way Bills directly from their mobile devices using a simple text message.
GST Suvidha Provider (GSP): Businesses can also opt for the services of a GST Suvidha Provider, which is a third-party intermediary authorized to facilitate GST-related activities. GSPs offer software and technology solutions to generate E-Way Bills efficiently.
What is a Mobile E-Way Bill?
Mobile e-way bill is an efficient and convenient SMS-based service for generating e-way bills, compatible with any mobile phone. Primarily utilized by small taxpayers who do not have access to computers or the internet, this method simplifies the e-way bill creation process. It is particularly suitable for businesses with a limited number of transactions, whereas alternative methods should be considered for higher transaction volumes. Additionally, the SMS e-way bill creation service proves beneficial in emergencies, allowing taxpayers to generate e-way bills during odd hours or while on the move.
To file your GST return online, gather the necessary documents and log in to the official GST portal. Select the appropriate GST return form, enter your business and invoice details, and validate the form before submitting it. If there are any tax liabilities, make the payment online. After submission, you’ll receive an acknowledgment receipt. Verify the return if necessary through digital signature or electronic verification code. Online filing provides convenience and accuracy for meeting GST obligations.
Process for SMS E-Way Bill Generation on Mobile
The following are three primary processes related to e-way bill operation via SMS mode:
1. E-Way Bill Generation via SMS:
Visit the e-way bill GST portal and log in.
Select “Registration” on the left side of the dashboard and choose “For SMS” from the drop-down menu.
Enter your registered cell phone number on the screen.
Select “Send OTP” from the drop-down menu.
Enter the OTP received in the “Enter OTP” field.
Verify the OTP and click “Exit.”
The screen will display all user IDs.
Choose the relevant user ID from the drop-down menu (cell phone number will auto-populate).
Click “Submit” to create the e-way bill.
2. Cancellation of an E-Way Bill via SMS:
To cancel an e-way bill, you must send the request. Compose an SMS with the following request: EWBC/EWB NO: [EWBC abbreviation for E-way bill cancellation, followed by the 12-digit E-way bill number]
Remember the following important points:
Only the individual who initially generates the e-way bill possesses the authority to cancel it.
The cancellation must be initiated within 24 hours of generating the e-way bill.
Once an e-way bill has been verified, it becomes non-cancellable.
3. Updating Vehicle Information for an E-Way Bill via SMS:
Only the taxpayer or transporter who created the e-way bill can update the vehicle information.
Vehicle information can be updated during the validity period based on the specified distance in the e-way bill.
Use the following SMS format to update the vehicle details:
1. Updating the E-Way Bill Vehicle (Fixed value) — EWBV
2. EWB NO: [12-digit E-way bill number]
3. Vehicle: [Vehicle transporting the items]
4. ReasCode: [Reason for the vehicle change]
Note: SMS-based e-way bill generation is primarily suitable for small taxpayers with fewer transactions or in emergency situations where a computer or internet connection is not available. For larger volumes, it is recommended to use other methods of e-way bill generation.
Conclusion
In conclusion, when generating an e-way bill through SMS, it is crucial to ensure the accuracy and adherence to the required format. The automated system responsible for processing the request performs validations to verify the integrity of the bill received via SMS. In case the validations fail, an error message will be sent to the registered mobile phone. It is important to note that only the individual who originally created the e-way bill holds the authority to invalidate it. Therefore, caution must be exercised during SMS transactions to avoid any data entry errors or deviations from the required format.
0 notes
Text
gb whatsapp kya hai | gb whatsapp apk | जीबी व्हाट्सएप किस देश का है 2021

heymods.com gb whatsapp
नमस्कार दोस्तो, दोस्तो आज हम इस लेख में आपको gb whatsapp के बारे में विस्तार से बताने वाले है कि gb whatsapp kya hai ? जीबी व्हाट्सएप किस देश का है । gb whatsapp डाउनलोड कैसे करें gb whatsapp use कैसे करे? और हमें यह whatsapp हमे कहा- कहा काम आता है ? इसके फीचर्स क्या है? और यह कैसे काम करता है? आइए इन सभी gb whatsapp in hindi के बारे में जानते है ।
Gb whatsapp in hindi के बारे में विस्तार से –
Gb whatsapp in hindi - दोस्तो gb whatsapp old version internet में सबसे ज्यादा पॉपुलर और ज्यादा search होने वाला app है आपको हर स्मार्टफोन्स यूज करने वाला का यह पसंदीदा app होता है बहुत से लोग बोलते है कि यह mod apk है playstore में नहीं मिलता है whatsapp ban हो जाएगा ये सही भी है लेकिन आज हम आपको ऐसे gb whatsapp old version के बारे में बताएंगे gb whatsapp ke nuksan in hindi kuch nhi hai ‘gb whatsapp safe‘ है जो आपको play store में मिलेगा और आपका काम भी बराबर होगा। ओर आपको इससे परेशानी भी नहीं होगी। बहुत से लोगो के मन में यही सवाल रहता है कि gb whatsapp kya hai तो सबसे पहले इसे जान लेते है।

gb whatsapp kya haigb whatsapp kya hai
gb whatsapp kya hai
gb whatsapp pro एक third party application है, जो बिलकुल WhatsApp की तरह चलता और दिखाई देता है परंतु इसमें आपको बहुत सारे ऐसे फ़ीचर मिलते है जो gb whatsapp old version को सामान्य WhatsApp से कही ज्यादा बहेतर बनाते है। क्योकि इसमें WhatsApp की तरह तो सब कुछ कर ही सकते है और भी Advanced Feature मिलते है जो बहुत सारे लोगों की जरूरतों को पूरा करता है इसलिए यह App अपनी लोकप्रियता बना पाया है।
gb whatsapp pro
दोस्तो सभी लोग whatsapp चलाते है ओर हमें whatsappe चलाने के लिए कुछ ऐसे फंक्शन या कहे तो फीचर्स की जरूरत पड़ जाती है जो हम real whatsapp नही दे पाता है। साफ सीधी बातो में कहे तो एक प्रकार से whatsapp को थोड़ा हैक कर लिया जाता है। जिसको करने के बाद whatsappe की ऐसी ट्रिक जो हम नहीं कर पाते है वो हम इस gb whatsapp plus से कर लेते है। जिसे हम gb whatsapp pro भी कहते है। फोन में खोलें प्रेमिका का WhatsApp | how to use girlfriend whatsapp in hindi हम आपको बता दे की अगर आप GB WhatsApp का इस्तेमाल करते है तो इसके इन शानदार फीचर के कारण सामान्य WhatsApp को बुल जायेगें gb whatsapp pro इसके तो बहुत सारे फीचर्स है gb whatsapp pro में कम से काम 20 प्रकार की ट्रिक इस में लेकिन ये ट्रिक mod apk में है तो हम उसके बारे में आपको नहीं बताएंगे हम बताएंगे ऐसा जीबी वॉट्सएप जिससे आपको कोई प्राब्लम भी नहीं होगी
gb whatsapp kis country ka hai
जीबी व्हाट्सएप किस देश का है - तो आपको बता दे कि जीबी व्हाट्सएप एक अमेरिकन कंपनी है। यह एक अमेरिका की कंपनी है जिसे अमेरिका के दो कंप्यूटर प्रोग्रामर ने बनाया था । अब आप जान गए की gb whatsapp kis desh ka hai अब जानते है कि gb whatspp kisne bnaya हैं। तो चलिए इसके बारे में जानते है। इन्हे भी पढ़ें। व्हाट्सएप प्रोफाइल कौन कौन ��ेखता है whatsapp dp kon kon dekhta hai kaise jane whatsapp par block kaise pata kare किसने किया है आपको ब्लॉक
gb whatsapp kisne banaya
आपको gb whatsapp kis desh ka hai ये तो आपको समझ में आ गया होगा । इसके साथ आप ��े भी जान गए होंगे की gb whatsapp kaha ka hai अब हम आपको इसको gb whatsapp kisne bnaya इसके बारे में बताने जा रहे है। whatsapp का आविष्कार अमेरिका के ब्रायन एक्टन और जॉन काँम इन दोनों ने मिलकर बनाया था, पेशे से ये दोनी Computer programmer है। whatsapp 24 February 2009 में बनाया गया था। जिसे बाद में facebook ने खरीद लिया और इसमें बहुत सारे फीचर्स को अपडेट कर दिया है।
GB WhatsApp Download कैसे करें
gb whatsapp apk -सबसे पहले आप अपना play store open कीजिए और gb whatsapp search कीजिए या फिर मैंने नीचे लिंक डाल दी है आप उस लिंक में जाकर इस instal कर सकते है. GB WhatsApp Download होते ही उसे आप ओपन कर लीजिए । तो gb whatsapp 6 ट्रिक के बारे में आपको बताते है। gb whatsapp download 2020 Download now
gb whatsapp features
gb whatsapp हमे वो ट्रिक वो हैक देता है जो real whatsapp ने बंद करके रखे है । ऐसे छोटे छोटे फीचर्स है जो दूसरो को पता नहीं चलता है और हम ऐसी ही ट्रिक से अपना काम निकाल लेते है। इस gb whatsapp pro में आपको शानदार 6 ट्रिक मिलेगी तो चलिए हम उस ट्रिक के बारे में आपको बताते है । गर्लफ्रेंड या दोस्तो के मैसेज डिलीट किए हुए दोबारा पढ़े। क्या होता है गर्लफ्रेंड हो या दोस्त कुछ मैसेज ऐसे होते है कि को कि डिलीट कर देते है ओर हम पढ़ नहीं पाते है ओर हमे वो पढ़ना ह��ता है तो आप इस gb whatsapp में जाकर पढ़ सकते है यहां से वो डिलीट नहीं होंगे। उसके लिए आपको इसे ओपन करना होगा ओर ओर जिसने भी डिलीट किया है उसको चैट के ऑप्शन में जाकर search कीजिए और उसकी चैट खोल लीजिए उसने जो भी डिलीट किया होगा आपको दिख जाएगा। Online रहते हुए भी offline दिखिये दोस्तो या गर्लफ्रेंड को आप यहां इस gb whatsapp को चलाइए जिससे चैट करना है कीजिए आपके सारे काम whatsapp जैसे होंगे आपका whatsapp भी चलेगा लेकिन आप दूसरो को offline दिखेंगे। डायरेक्ट चैट इस ट्रिक को करने से होगा ये कि इसमें आपकी पर्सनल खुद की चैट खुल जाएगी आप देख सकेंगे की वॉट्सएप में किसी को भी मैसेज भेज सकेंगे दूसरो के सामने आपकी प्रोफाइल कैसे लगती है ओर यहां आप अपने पर्सनल मैसेज सेव करके रख सकते है। Send empty massage Is ट्रिक से आप किसी को खाली एम्प्टी मैसेज भेज सकते है इसके लिए आपको इसमें क्लिक करेंगे तो आपके सामने वॉट्सएप खुल जाएगा फिर आप किसी को भी एम्प्टी मैसेज कर सकते है यह ��ैसेज बिकुल ही खाली जाएगा। Text repeater इस ट्रिक से आप एक साथ बहुत मैसेज मैसेज भेज सकते है इसके लिए आपको इस text repeater वाले ऑप्शन को खोलना है ओर यहां आपके सामने न्यू मेनू खुलेगा आपको यहां पर आपको अपना मैसेज डालना है ओर नीचे कितने बार भेजना है उसका word count डालना है ओर genrate करेंगे तो whatsap खुल जाएगा फिर जिसको चाहे आप भेज सकते है। Send massage to multi contact हाल ही में whatsapp ने ये फीचर्स बंद के दिया है इससे आप एक मैसेज को सेलेक्ट करके जितने चाहे लोगो को एक साथ भेज सकते है उसके लिए आपको इस ऑप्शन में जाना है फिर आपको massage टाइप करना है ओर send massage me Click करेंगे तो आप सीधा वॉट्सएप में चले जाएंगे फिर आप send कर सकते है। Sharechat app के फीचर्स क्या है? Chat कैसे पैसे कैसे कमाए? sharechat app download free दोस्तो मैंने gb whatsapp kya hai ? gb whatsapp use कैसे करे? आपको सारी ट्रिक बता दी है आशा करता हूं कि ये ट्रिक आपको समझ में आ गई होंगी अगर इस ट्रिक या इस लेख को लेकर आपके पास कोई सवाल जवाब हो तो हमे कॉमेंट करके जरूर बताएं। Read the full article
0 notes
Note
Elise's friend: Hey you!
A very tired med student: Huh? What? I didn't do it!
Elise's friend: Just off surgery rotations, huh? Yeah...I remember my days...
Student: Yes, dr. Henry Clawford is the wors-oh not, forget I said that!
Elise's friend: Oh no, don't worry. In fact, i have something for you. *Pulls out a binder that says 'Dr Clawford files?*
Student: What is that?
Elise's friend: A collection of incidents collected over multiple genrations of students, interns, nurses, residents, non-surgeon doctors, and even other surgeons. And some additions from...let's just say people that know him privately. It is time. *hands the file to the student the way an old master would an ancestral sword to his apprentice*
Student: Time for what?
Elise's friend: You know what. Just...use the public library computer so they can't trace your IP adress.
Ok, I know Gearloose's and co have a bunch of revenge plans for Henry and he DESERVES it but, may I just pitch in one more? See, as a med student, I don't feel like he is well liked among them. So, they should track down who is running the med school meme-page (those are FUN), let the embarassing photos and info they have on Henry reach them-preferably right after surgery student rotations-and let the students have a field day! It would deffinitelly add insult to confetti-cannon relatet inury!
Oh he's so not popular among the med students... They'd definitely love this idea.
Elise has got a network of med school friends and at least one of them has been yelled at personally by Henry during their residency and, well, revenge is a dish best served cold.
8 notes
·
View notes
Video
youtube
mid point circle genration algorithm in computer graphics in hindi
0 notes
Text
Hp probook 440 i7
Core i7 4th genration 8gb ram 1TB hdd drive 14 inch screen Orignal windows and orignal adapter ! Condition 10/10 Good bettry backup Call or whtsapp 0547837787 source https://unme.us/for-sale/computers-hardware/hp-probook-440-i7_i856
0 notes
Text
Account Assistant Fresher - Female (Gujarat)
Account Assistant Fresher – Female (Gujarat)
Account Assistant Fresher – Female (Gujarat)
#OmAccounting.in #GstAccounting #GstReturns #accountingServices #accountingOutsoucing #onlineAccounting #gstecommerceaccounting
Unimax Consultant – Date posted: 14 Jul 2018 Candidate shall be female B.Com, Knowledge of Tally, Computer Literate, Fresher/ Experience are welcome. Jobs will be Genration of Bills in Tally, Inventory Planning, coordinating…
View On WordPress
0 notes
Text
New Invention Ideas
It occurs each day. We are pleased to introduce the launch of our brand-new mobile and internet application, the Invention Calculator (patent pending). The Invention Calculator is an academic tool to assist the private pioneer determine the global market potential and also financial implications when exploring the various routes to take a brand-new product concept to market.Taking the individual through checking out their market price point, potential market size, what does it cost? of the market they expect to permeate and exactly how they will certainly get there, the Invention Calculator is a superb application that is user friendly and could be utilized by all innovators in order to help determine market capacity of a product.

Taking advantage of tinted lights as well as extreme tinted product that is put over your cubicle to acquire emphasis is possibly the easiest means to go. While much has in fact been made regarding bring the right marketing item, obtaining the ideal location, as well as having lots of calling card as well as numerous other call details provided, there are 5 methods ideas that will assist you get among the most from each trade you can not hop on phase the following finest action is to talk to those around your exhibition booth utilizing some sort of amplified systems that reaches just much sufficient out to get individuals s interest. We were living gladly till he implied his old time girl close friend as well as he began dating her again outside our marital relationship and before i recognized it he quit looking after his very own family, to the level that he was intending to wed her and divorce me. I sobbed and reported him to his family members yet he never heard anyone and also to reduce the story short, i came in search for an actual spell caster who might ruin their connection and make him come back to me and also our 2 children again; on my search i saw people sharing statement on exactly how their marriage was restored by Dr. Eze Malaka as well as i pick his email and informed him the issue that i was going through, and he agreed to help me and also informed me never ever to worry. Here is a series of together narrower theoretical summaries of subject matter that your arrangement can profess to need you to appoint to your company: (1) all inventions you make, period; (2) all innovations you make using company sources on company time; (3) all developments connecting to the employer's current and also foreseeable service; (4) all endovascular inventions; (5) all endovascular inventions above the iliac bifurcation; (6) all neurovascular creations; and (7) all developments relating to medicine delivery layers for nitinol embolic coils for inhibiting hemorrhagic stroke. In a New York Times profile from October 30, 1961, Pittman clarified his factors for leaving a successful legislation method to take a $20,000-a-year federal government work: If I just weren't convinced that the President as well as Secretary McNamara lagged the program, I would certainly never have actually taken the work." xviii The narrative history meeting makes plain that much less than a month hereafter sunny declaration, truth began to set in:. This expansion (the funding of brand-new public sanctuaries) of the program has never occurred to this day. Hallmarks are issued by the federal government and also the federal government takes the process extremely seriously and also will not give hallmarks to simply any person, they take fantastic treatment in choosing who will certainly get a trademark as well as that will certainly not.Getting a hallmark is an extremely complex procedure, so it is important to recognize the best ways to undergo it. Many individuals will certainly obtain their hallmark request rejected or will have to resubmit information over and also over once more for several years merely because they are not completing the application correctly as well as do not understand just how the procedure functions. Precious sir, im chetan machhi servicing my 3d computer project from 3 years, after recognizing the "steave jobbs" developments and just how they make a background he was simply a trainee during that time he was started to make pc and also http://www.thelibertybeacon.com/getting-the-right-help-with-your-idea-or-invention-through-inventhelp/ after the apple gose on the leading provided company worldwide, i am a very curious individual and working on my new genration 3d pc which havig a several usage and developed as special functions that every budy was like it, its not simply a computer yet a computer that everyone love to utilize it in a diffrent manner, like steave has developed his initial computer nevertheless the following as well as adn after sum time the apple carbon monoxide has running in loss insted they design imac computer that transperant and also in that time once again a apple can goes on its ideal, i simply want to explain that today pc is not just a functioning device its for fun and so several several uses so i have actually taken that campaign making that computer which individuals can like it but i need to know wher to send my idea concerning this pc from where i can not being cheeted.
0 notes