Posts

sangivalasa tenent adhar

Image
 

963 energy to remover karma

Image
 

puri visit

Image
  https://www.google.com/maps?q=19.81221,85.8252783&z=17&hl=en room booking 1day 1500, 10members( near temple) 19°48'42.0"N 85°49'38.8"E - Google Maps 19°49'00.0"N 85°50'18.4"E - Google Maps 19°48'23.9"N 85°50'12.6"E - Google Maps 19°48'19.6"N 85°50'09.3"E - Google Maps

openSSL alternative, using google colab software

  https://community.sap.com/t5/technology-blog-posts-by-sap/generate-pfx-file-to-connect-sap-document-and-reporting-compliance-cloud/ba-p/13580099 as similar to blog openssl command ; instead of this if i place *.pem *.key file in content folder, password in varaible of pyton; can colab pyton code generate *.pfx file; if yes , provide code; Yes. You don't need to execute the OpenSSL command manually. If you already have: certificate.pem (public certificate) private.key (private key) Password stored in a Python variable then Python can generate a .pfx (PKCS#12) file directly. The easiest approach is to use the cryptography library, which works in Google Colab. Step 1: Install library ! pip install cryptography Step 2: Place files Upload these files to your Colab working directory (or mount Google Drive). certificate.pem private.key Step 3: Python code from cryptography import x509 from cryptography . hazmat . primitives import serialization from cryptography . ha...

puri temple visit

  bus booking : non ac  ac from pm palem, use makemytrip, redbus, etc. from bhuvaneshwar to puri is best; ----------------------- use make my trip: also best; instead of hury and bury: temple visit in line (using poojari support by paying some money); ------------------ flag change, auto tour; lake, musium, sea shore, etc. ----------------

tested text to mp3 neeguda tatva bhodini --- next mp3 to mp4 for youtube uploaod

# Install necessary libraries # code optmized; #tesed working good, including speed, no addition prefix added. 28th april 25, worked for speed 3 also, #tested 5,3 male and female. ! pip install edge-tts pydub --quiet ! apt install ffmpeg --quiet #to download offline ! pip download edge-tts pydub -d /content/drive/MyDrive/Lib/ import os import asyncio import edge_tts from pydub import AudioSegment # Constants INPUT_FILE = "/content/input.txt"   #enter file name in content folder. #VOICE = "te-IN-MohanNeural" # Telugu Female voice  te-IN-MohanNeural   te-IN-ShrutiNeural VOICE = "te-IN-ShrutiNeural"     #*** CHUNK_SIZE = 4000 TEMP_DIR = "/content/temp_chunks" FINAL_MP3 = "/content/output.mp3" # Speed mapping: 1 (slow) to 7 (fast) #def map_speed_to_rate(value): #    mapping = {1: "-75%", 2: "-25%", 3: "0%", 4: "+25%", 5: "+50%", 6: "+75%", 7: "+100%"} #    return m...