Click here to Skip to main content
15,885,954 members
Everything / Google

Google

Google

Great Reads

by SeaWater
How to add translation features to your program. This is not for bulk or commercial usage but for lite usage. For business purposes, use the paid service.
by g96b10
Musings, tips, and lessons learned from developing a physical device, serverless back-end, and Android app
by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
by Isaac RF
To create visually engaging apps, displaying images is a must. Learn to display Bitmaps Efficiently on your Android apps, without giving away performance. The post Displaying Bitmaps Efficiently on Android apps appeared first on Isaac RF.

Latest Articles

by Dev Leader
Access Google Sheets via C#; Start simple, optimize later!
by adriancs
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication
by Glenn Viroux
A step-by-step tutorial on how to deploy your Next.js project to Firebase
by PascalLandau
How to create VMs, use a container registry and a secret manager

All Articles

Sort by Score

Google 

4 Oct 2019 by SeaWater
How to add translation features to your program. This is not for bulk or commercial usage but for lite usage. For business purposes, use the paid service.
2 Jun 2020 by g96b10
Musings, tips, and lessons learned from developing a physical device, serverless back-end, and Android app
28 Apr 2019 by Phil Hopley
In this article, we will add AI to an existing ROS (Robot Operating System) House Bot.
24 Aug 2016 by Isaac RF
To create visually engaging apps, displaying images is a must. Learn to display Bitmaps Efficiently on your Android apps, without giving away performance. The post Displaying Bitmaps Efficiently on Android apps appeared first on Isaac RF.
7 Oct 2016 by Yury Dymov
Using Google CDN might break your site in China
10 Mar 2019 by Ryan Peden
Get up and running with serverless by creating a geocoding function on Azure
16 Feb 2016 by Andy South
We have established a goal to decide, what solution (as in a combination of software and services) among those we chose allows extending the audience of an event with minimum efforts.
21 Apr 2016 by ryanba29
I am going to demonstrate how to convert an address to a latitude and longitude using Google Maps Geocode. Then take the latitude and longitude and build a Uri that opens that place in Google Maps.
17 Jun 2016 by Matt Scarpino
This article explains how to code extensions that customize, access, and augment the capabilities of the Chrome browser.
27 Jan 2020 by 10xlearner
How to format CMake files
24 Jan 2021 by SleepyCrat
This article will show you how to create an ASP.NET Core web API project and secure it using Google's Firebase authentication service with an Angular front end.
16 Oct 2015 by Afzaal Ahmad Zeeshan
This article enlists a few of the things that you must consider while writing the applications for smartwatches.
1 Jul 2016 by Yaseer Mumtaz
In this small tip, I will explain how we can embed Google Visualization Geomap in the AngularJS with select event getting the selected location and using it to populate other data.
4 Jun 2017 by petrostherock
Making your apps script URLs a lot more attractive
15 Jul 2017 by Tibor Blazko
Connecting Functions with other web services
9 Jan 2018 by Programming Tutorials by Tests4Geeks
Angular Google Maps is a set of directives that integrate Google Maps in an AngularJS application. It makes using Google Maps in such an application very easy as you don't need to know the Google Maps API in order to use it.
5 Oct 2018 by Apriorit Inc, Artur Bulakaiev, Oleksii Kupriienko
Use of Gmock makes unit testing much faster and less resource intensive. Mock objects mimic real objects, but provide specific responses.
16 May 2023 by Glenn Viroux
A step-by-step tutorial on how to deploy your Next.js project to Firebase
18 Jan 2024 by adriancs
Integrate Google OAuth 2.0 with ASP.NET in C# for seamless user authentication
26 Jul 2011 by Donsw
How do I store a pdf in a database and have it searchable by google. I have a pdf displaying on the WEB page with javascript (linkbutton) but google does not search it. We have other pages that google can see and do search. We need to have the pdf's in a db since there are many of them. on a...
4 Oct 2013 by Rockstar_
Hi Friends, I'm developing a application in that the requirements are like making the country drop down list selected based on the user's country.For ex: If the user of my application is from Singapore then singapore should be selected in the drop down and if from India , then India...
12 Nov 2013 by Manish Kumar Namdev
Hi,I am trying to make a google login to my website, my motive is to allow user to make login via his gmail id and to save his token in my database and to access their contacts.For this I registered on code.google.com and got the 1. ClientID2. Client Secret3. RedirectUrlIt...
2 Dec 2015 by Anele 'Mashy' Mbanga
Explore your Genymotion Device folders
8 Aug 2016 by Hussain Patel
Tracking code is realted to google Analytics.The tracking code (1) is a snippet of JavaScript that collects and sends data to Analytics from a website. It’s automatically generated for every web property. You need to copy and paste it from your account on to your web pages for Analytics to...
15 Apr 2017 by sajidur rahman
You can try following method. I have tested with android . static void SendMessage() { string serverKey = "Your Server key"; try { var result = "-1"; var webAddr = "https://fcm.googleapis.com/fcm/send"; ...
19 Mar 2019 by Martin Vorbrodt
Plugins: loading code at runtime
17 Dec 2019 by Maciej Los
Start here: Google Drive API  |  Google Developers[^]. There you'll find the examples also.
5 Jun 2023 by Andre Oosthuizen
The easiest way is to make use of the version component to manage any updates - 1. Version your Android App steps[^] 2. How to inform the users of an Android app that a new version is available in the Google Play Store through Notification[^] 3....
25 Jun 2023 by Sandeep Mewara
You can use Google drive api's for such operation. In your case, you seem to need the list of files on drive such that you can specifically choose a file and thus the url for reference: Method: files.list �|� Google Drive �|� Google for...
15 Aug 2023 by OriginalGriff
I'm not familiar with either of those libraries, but if they provide similar functionality then yes, you will probably be able to change your code from usein panellum to gg360. However, you would have to look closely at how the two libraries work...
20 Jan 2024 by OriginalGriff
Talk to Google: it's their software, their ads - and they don't get paid until people can see the ads on your site. If nothing else, they can point you at the official doc8umentation which will explain how to use them.
11 Jun 2010 by Richard MacCutchan
Probably much the same as in your original question[^].
31 Aug 2010 by progDes
Hi,I need to embed a Google search engine in my desktop application. I need to search in web.The problem, that I don't want any browser window in my application. What I want is workflow similar to this:1) Connect to the google server.2) Request for the search.3) Get search results...
14 Jul 2011 by chrizbahr
So here is the problem im having. I have a google earth map with a line segment from LA to Dallas. I am pulling data from a database that hold the number of miles a person has traveled along that path.The line segment draw correctly but when i calculate the point where the person is, the...
17 May 2012 by Sunny_Kumar_
Hi All,Please assist if there any way is to track the IP address of the system from where a google docs form has been submitted.I appreciate any help !Thanks,Sunny K
15 Feb 2013 by fjdiewornncalwe
How about starting here: Creating registration form php[^]A simple google search would have gotten you there a lot quicker.Next time you have a question, please read the following that appears at the bottom of the ask a question form:A few simple rules when posting your question.1)...
11 Sep 2013 by melvintcs
i cannot find any related question/solution at google, trying my luck here.i want to check either user already install the chrome extension or not. here by i got 2 ideas.1. Use code behind directly check their chrome's extension, which i not sure it's possible or not. if any of you have...
14 Apr 2014 by Mich_90
I try to import Gmail Contacts. I have this block code:public void GetGmailContacts(string p_name, string login, string password){ RequestSettings rs = new RequestSettings(p_name, login, password); rs.AutoPaging = true; ContactsRequest cr = new ContactsRequest(rs); ...
31 Jan 2015 by Anurag Gandhi
Here you go (with demo and sample code):https://www.hscripts.com/scripts/JavaScript/autocomplete-form.php[^]http://jqueryui.com/autocomplete/[^]
4 Mar 2015 by OriginalGriff
As far as I know, Google Pinyin is not open source - it's proprietary to Google Inc., which means that if you do manage to find the source code somewhere, it's been stolen.We don't get involved in stolen or otherwise plagiarised materials.
15 May 2015 by gunmeets
Is there a way to limit the results from Google Custom Search API to 1 per domain?
14 Dec 2015 by Sergey Alexandrovich Kryukov
The search string would be something like "site:.tv". You need to download HTTP response and scrape obtained HTML, and this needs some HTML parser. It could be, first of all, HTML Agility Pack, or something else. Please see my past answers:How to get particular data from a url using...
7 Jan 2016 by itsathere
I want to load multiple charts on every button click event.I have used below google code google.charts.load('current', { 'packages': ['corechart'] }); ...
11 Jan 2016 by Abhinav S
You can filter and sort as required. Check the documentation - https://developers.google.com/custom-search/docs/structured_search?hl=en[^].
6 Mar 2016 by István Smrtnik
A Google fusion tables SQL front end for quick query hacks. Comes with code completion, syntax and error highlighting plus some extra commands like DROP TABLE. Antlr4 grammar included.
17 Feb 2016 by Igor Alekseev
A quick introduction to Fluent-Translator: Scala idiomatic non-blocking library for working with Microsoft, Google language translation services via a fancy DSL
30 Apr 2016 by Member 12495050
Hopefully this question is not too broad or too much to ask for...I am building an Android app for my office. The app is used to send message alerts (as a custom "message" object class) to all users with the app (my office only). Once the message is received, all the names of the recipients...
4 May 2016 by Chamadness
https://developers.google.com/books/docs/v1/getting_started#background-concepts[^]
19 Sep 2016 by Karthik_Mahalingam
Quote:Uncaught ReferenceError: getdata is not definedgetdata function is enclosed with jquery, remove it. $( function getdata(obj) { and remove ) at the end of the function.
17 Jan 2017 by OriginalGriff
I'm going to have to do two things I don't like to do: discourage a coder from trying something, and post a youtube link as an answer: Inside a Google data center - YouTube[^] Note that that is not "the" Google data center, but "a" Google data center. They have quite a lot of these, all over...
17 Jan 2017 by Ahmedfci_90
I found the error. As a back-end developer I worked on C# part only. There is one more step to be done from mobile application side. Mobile app should allow receiving messages from list of Sender Ids so the one that I use in my C# code must be allowed from mobile app side. Once I did that it worked
9 Feb 2017 by F-ES Sitecore
Their API details can be found hereCustom Search JSON/Atom API  |  Custom Search  |  Google Developers[^]To pre-empt your next question, no there is no way of doing this for free. Google is a business, they make money by showing ads in their search results so if you use an api you...
5 May 2017 by CHill60
Use a parameterized query such as this (untested): var cmd = new SqlCommand(); cmd.CommandText = "UPDATE input_tb SET place_no=@place,price=@price,curr=@curr,E_date=@E_date,m_type=@m_type,matter_q=@matter_q,unit1=@unit1',Worker=@Worker,f_note=@f_note FROM input_tb INNER JOIN Place_tb ON...
16 May 2017 by Richard Deeming
There is a speech API, but it currently only works in Chrome: Web Speech API - Web APIs | MDN[^] Can I use... Speech Recognition API[^] Firefox has a flag to enable it, but it doesn't do anything yet: Quote: Note that currently only the speech synthesis part is available in Firefox Desktop —...
12 Sep 2017 by amartya mandal
Facebook & LinkedIn login with Firebase and Xamarin
26 Sep 2017 by OriginalGriff
This is a site for software developers, not dream interpretation. Please find a more appropriate site - Quora.com[^] may be a start - and ask there.
23 Apr 2018 by Richard MacCutchan
Create Recurring Events  |  Calendar API  |  Google Developers[^]
21 Jun 2018 by User 7429338
Consider an event running from 10 March to 12 March, with daylight saving time going into effect on 11 March. In that case the time zone at the start of a Los Angeles event would be PST (Pacific Standard Time) and at the end it would be PDT (Pacific Daylight Time).
1 Jul 2020 by Hariprasanth S
Navigation pattern like in Google News Stand app with transitions
26 Aug 2018 by Toby Steed
Selenium - locators
29 Aug 2018 by mccrim01
I assume that you are asking about how to host a node.js application in a Docker container... These 2 articles seem like relatively-easy-to-use explanations of hosting your node application(s) in a Docker container: (Deploy That NodeJs App to a Docker Container – Dean Slama Jr – Medium[^]) and...
27 Nov 2018 by Richard MacCutchan
Looking at the ByteArrayInputStream (Java Platform SE 7 )[^] documentation it would appear that this parameter is a staging buffer for reading the input stream. You need to provide a buffer of some number of bytes for the upload to use.
29 Dec 2018 by MadMyche
Utilizing a browser control and navigating to the translate page is the problem itself: 1. It is relying on your web browser (which can change as you have found out) 2. It also relies on the web page being returned from Google (which also can change) 3. Possible violations of Google's Terms Of...
9 Apr 2019 by Haseeb A. Basil
LambdaTest Selenium Testing Tool Tutorial with examples in 2019
22 Nov 2019 by Jeremy Likness
Migrate from Medium to Hugo
5 Dec 2019 by 10xlearner
A post on how to format CPP, C, JavaScript and other stuff
6 May 2020 by Darren G441
Shows how to get IntelliSense working on function return types in Apps Script
15 May 2020 by Rion Williams
Some recommended readings about streaming systems
9 Oct 2020 by Richard MacCutchan
If you are new to coding then I suggest you start again with something less advanced. The first thing you need to learn is a useful computer language, and C# would be a good choice. Charles Petzold has written an excellent introduction to the...
21 Nov 2020 by OriginalGriff
Simplest way: Process.Start(@"D:\Test Data\APage.html"); Or:Process.Start(@"https://www.codeproject.com/Questions/5286855/How-do-I-open-Google-chrome-in-Csharp"); But if Chrome isn't the default browser, you need to be more specific:...
7 Mar 2021 by carlote
Hello I use the following code to protect a range from a Google Sheet
16 Jan 2022 by M Imran Ansari
Try the following code to redirect as per specific word found: function redirectURL() { var specWord = getSpecificWord(); switch(specWord) { case 'corona':...
19 Apr 2022 by Vimalsoft(Pty) Ltd
Good Day As you know a lot of HUAWEI phones don't support Firebase Push notification . Is there a way i can check in Xamarin forms if a phone support Firebase push so that i implement a different Push for that phone programmatically ? Thanks ...
15 Aug 2022 by Greg Utas
Your question doesn't make much sense. A dump of C's grammar, as used by a compiler, wouldn't help you at all. What you need is a textbook that will teach you C, and many people recommend this one: C Programming Language, 2nd Edition[^]
24 Sep 2022 by L Lemon
Change this to the following and it will work: html: Click me script.js: document.getElementById("myButton").addEventListener("click", myFunction); function myFunction(){ ...
31 May 2023 by Andre Oosthuizen
I see a few syntax errors - 1. Remove the semicolon (;) after each if statement. 2. Add curly braces ({}) to group the code blocks within each if statement. 3. Add an additional if block to check if the edited cell is in the correct sheet and...
31 May 2023 by Richard MacCutchan
In addition to Andre's suggestion, you could simplify this function by removing all the duplicate statements: function onEdit(event) { var ss = SpreadsheetApp.getActiveSpreadsheet(); var s = event.source.getActiveSheet(); ...
11 Jun 2023 by Andre Oosthuizen
1. Your code might run a redundant Edge Driver copy. Search for any redundant Edge Driver using keywords like "msedgedriver" or "MicrosoftWebDriver" tp locate older versions and delete those. 2. You can specify the actual path by changing -...
30 Sep 2023 by OriginalGriff
Id suggest that you start by creating a trivial add on, and get that working first. Then gradually build up to what you eventually want to produce as it going to be pretty complicated - which means there are a lot of thing you will need to learn...
8 Nov 2023 by Richard Deeming
That exception is nothing to do with reCAPTCHA; it's a network error in the communication between your web server and your SMTP server. It's a generic error, with many possible causes - eg, running out of available sockets; software on the web...
2 Jan 2024 by OriginalGriff
It doesn't quite work like that. We do not do your work for you. If you want someone to write your code, you have to pay - I suggest you go to Freelancer.com and ask there. But be aware: you get what you pay for. Pay peanuts, get monkeys. The...