Nexclap

Music Industry and Technology

Here is my Blog about :Music Industry and Technology, you can read here

https://www.siliconvalley4u.com/blogs/music-industry-and-technology

DNA to RNA

DNA = [] aminoAcids = "" from random import randint word = "ACTGY" randomVal = randint(0,3) x = word[randomVal] for i in range(1,16): DNA.append(word[randint(0,3)]) res = [sub.replace('A', 'U') for sub in DNA] DNA = res res = [sub.replace('T', 'A') for sub in DNA] DNA = res res = [sub.replace('C', 'X') for sub in DNA] DNA = res res = [sub.replace('G', 'C') for sub in DNA] DNA = res res = [sub.replace('X', 'G') for sub in DNA] DNA = res print(DNA) print(str(DNA)) listToStr = ''.join(map(str, DNA)) print(listToStr) aminoAcidMap = ['A', 'A', 'A', 'A', 'C', 'C', 'D', 'D', 'E', 'E', 'F', 'F', 'G', 'G', 'G', 'G', 'H', 'H', 'I', 'I', 'I', 'K', 'K', 'L', 'L', 'L', 'L', 'L', 'L', 'M', 'N', 'N', 'P', 'P', 'P', 'P', 'Q', 'Q', 'R', 'R', 'R', 'R', 'R', 'R', 'S', 'S', 'S', 'S', 'S', 'S', 'T', 'T', 'T', 'T', 'V', 'V', 'V', 'V', 'W', 'Y', 'Y'] RNACombo = ["GCA" ,"GCC" ,"GCU" ,"GCG" ,"UGC" ,"UGU","GAC" ,"GAU","GAG" ,"GAA","UUC" ,"UUU","GGA" ,"GGG" ,"GGC" ,"GGU","CAC" ,"CAU""AUA" ,"AUC" ,"AUU" ,"AAA" ,"AAG","UUG" ,"UUA" ,"CUA" ,"CUC" ,"CUU" ,"CUG","AUG","AAC" ,"AAU","CCC" ,"CCA" ,"CCU" ,"CCG","CAA" ,"CAG" ,"AGA" ,"AGG" ,"CGA" ,"CGC" ,"CGG" ,"CGU","AGC" ,"AGU" ,"UCA" ,"UCC" ,"UCG" ,"UCU" ,"ACA" ,"ACC" ,"ACG" ,"ACU","GUA" ,"GUC" ,"GUG" ,"GUU","UGG","UAC" ,"UAU"] for i in range(0,15,3): x = listToStr[i:i+3] print(x) MatchFound = False for y in RNACombo: if y == x: z = RNACombo.index(y) aminoAcids = aminoAcids + aminoAcidMap[z] MatchFound = True break if MatchFound == False: print("STOP!") if MatchFound == False: print("aminoAcids:" + aminoAcids + "False") print("aminoAcids:" + aminoAcids)

DigiYatra

The beta version of the DigiYatra app is presently available at the Play Store (Android platform). The same app will also be available at App Store (iOS platform) in a few weeks’ time. Domestic passengers flying from Terminal 3, Delhi Airport by any airline can download the app and register themselves before witnessing the seamless travel experience at the airport. ‘DigiYatra’ is a Biometric Enabled Seamless Travel experience (BEST) based on Facial Recognition Technology. It aims to provide a paperless and seamless travel experience to passengers. With this technology, passengers' entry would be automatically processed based on the facial recognition system at all checkpoints including entry into the airport, security check areas, aircraft boarding, etc. The technology will make the boarding process significantly faster and more seamless as each passenger would need less than 3 seconds at every touchpoint. Their face would act as their documents, like ID proof, Vaccine proof, and also act as a boarding pass. It will also ensure enhanced security at the airport as the passenger data is validated with Airlines Departure Control System, thereby only designated passengers can only enter the terminal. The entire process is non-intrusive and automatic leading to the optimization of staff for stakeholders like CISF, airlines, and others.

https://play.google.com/store/apps/details?id=in.dataevolve.digiyatra
Announcements
  • Test Announcement from Nexclap

    Test message from nexclap - please ignore

    2023-02-13

  • Test message

    Test message from nexclap - please ignore

    2023-02-11

  • Test message

    Test message from nexclap - please ignore

    2023-02-11

  • View all