Pre Development Create project get project no:(to be set in Appscript Settings) create web client Get Client_ID(used in js, PHP and android app) and Client Secret(used in PHP ie backend app only) from Web client Add required scopes For JS ,get API key(used in javascript while intitializing gapi client (gapi.client.init). For Backend(PHP), Set Redirect URLs(…
Author: admin
Get Google API Dependecy scripts PHP API Client gives an avenue to use Google Services. Download them with composer composer require google/apiclient:^2.15.0 Set up Front End Front end should have 2 components Login Screen Operations page Set up Backend Backend should handle following Show Login Button. Get tokens JSON with auth code. Refresh token on…
Understand the whole communication process Before using any API, you should understand the whole behind the scene activities done to effect the communication. This is explained in a brief way here Two parts for calling Google App Scripts with API Regardless of which language API you want to use, running Google App Scripts with API…
Main page Code <?php /* ### requirements 1. create a basic js tree with html ul-li tags 2. load with ajax 3. make parent and child check boxes independent of each other 4. load json with ajax 5. check/uncheck all nodes 6. check/uncheck particular node 7. redraw entire tree */ ?> <!DOCTYPE html> <html lang="en">…
Join intro, content and outro more reference aand this ffmpeg -i intro.mp4 -i content.mp4.mp4 -i outro.mp4 -filter_complex ^ "[0:v] [0:a] [1:v] [1:a] [2:v] [2:a] ^ concat=n=3:v=1:a=1 [v] [a]" -map "[v]" -map "[a]" concatOutput.mp4 1. Video form one Audio file and one image https://superuser.com/questions/1041816/combine-one-image-one-audio-file-to-make-one-video-using-ffmpeg ffmpeg -y -i imag.jpg -i audio.mp3 -c:a copy result.mp4 2. Video from…
reference It could be a caching issue. Maybe your PC was using your router as a dns server and it cached that example.com didnt resolve. Or maybe your own PC cached it. I’m thinking your cell phone probably used another dns server. On your PC, you could’ve tried to speed it up with ipconfig /flushdns…
PDF Parser Command Line xpdf xpdf file.pdf xpdf file.pdf :18 OCR Commands PDF pages to Image magick -density 150 file.pdf[0-6] -quality 90 -resize 75% pdfPage-%d.png Note First page starts at 0. If you want nth page it should be like magick -density 150 file.pdf[n minus one value] -quality 90 -resize 75% pdfPage-%d.png Image to Text…
https://www.youtube.com/watch?v=XBZMJDdlPz8 Dialogs, visuals and music are gnerated with ai Tools Used ❤️ https://www.midjourney.com/ https://playgroundai.com/ ✍️ https://gravitywrite.com/ https://runwayml.com/ https://elevenlabs.io/ https://lalamu.studio/demo/demo.html https://wl.tools/thinkdiffusion https://image.online-convert.com/convert/mp4-to-png https://clipchamp.com/en/ https://pixabay.com/music/ 1. Finalize a story https://gravitywrite.com/ 2. Create images ❤️ ???????????????????????????????????????? ➜ https://www.midjourney.com/ paid service ???? ????????????????????????????????????????.???????? ➜ https://playgroundai.com/ free 3. Create Video from Image ???????????????????????????????? ➜ https://runwayml.com/ 4. Dialogs ???????????????????????? ???????????????? ➜…
https://www.youtube.com/watch?v=EsRyyJmO-u8 Tools Used https://chat.openai.com/ https://codepen.io/ https://wl.tools/tiiny_host https://www.webintoapp.com/app-maker https://www.flaticon.com/ 1. Create Code Ask chat GPT to give html css and js for a 2 player tic tac toe game. Make sure it is working with codepen https://codepen.io/ see the preview in the bottom Ask Chat GPT for revising code. eg: linear Gradient bg, add a popup…
Image to Malayalam Text with Tesseract First tinstall image magick if You need to convert PDF made of images, convert each page to png with image magick Windows Installer at https://github.com/UB-Mannheim/tesseract/wiki After install upadate Env Var PATH C:\Program Files\Tesseract-OCR test with tesseract –list-langs default langs availabe are eng and osd. more langs could be added….