Skip to content

Instantly share code, notes, and snippets.

View Harshapriya123's full-sized avatar
💭
Learn,Explore and give back to the Society.

Harsha Priya G Harshapriya123

💭
Learn,Explore and give back to the Society.
  • World
View GitHub Profile
@Harshapriya123
Harshapriya123 / Error Logs.txt
Created January 29, 2021 11:26
Exception occurred in traits notification handler for object: <apptools.preferences.ui.preferences_page.PreferencesPage object at 0x00000213E0BE9648>
C:\WINDOWS\system32>python C:\Users\harsha\Anaconda3\etc\keras\load_config.py 1>temp.txt
The process cannot access the file because it is being used by another process.
C:\WINDOWS\system32>set /p KERAS_BACKEND= 0<temp.txt
C:\WINDOWS\system32>del temp.txt
C:\WINDOWS\system32\temp.txt
The process cannot access the file because it is being used by another process.
C:\WINDOWS\system32>python -c "import keras" 1>nul 2>&1
// C program for Red-Black Tree insertion
#include<stdio.h>
#include<stdlib.h>
//A Red-Black tree node structure
struct node
{
int data;
char color;
1. Problem Statement:
Tomorrowland is a futuristic cityscape somewhere in time and space. A teenage girl with scientific curiosity Casey Newton
and a former genius inventor Frank, set out for a dangerous mission to unearth the secrets of Tomorrowland.In the course of
their mission, they identified the decoded form of earth language in the sign boards and at all other places at Tomorrowland.
Frank examined the decoded text and interpreted its rules.
The decoded text contains only lower case alphabets.One alphabet in earth language is equal to the floored average of 2
alphabets in Tomorrowland.
For eg: "acde" in Tomorrowland is "bd" in earth
Write a C program to help Frank and Casey that inputs a string which refers to the decoded word in Tomorrowland
@Harshapriya123
Harshapriya123 / patterns.c
Created April 23, 2019 05:36
How to print the following in c language?
1. How to print the following in c language?
n=5
o/p
0
1 0
2 1 0
3 2 1 0
4 3 2 1 0
2. How to print the following in c language?
@Harshapriya123
Harshapriya123 / uploader.html
Created March 5, 2019 08:11
1. Create a page that has a button(that says "Upload file") to "upload" a file(preferably a text file is enough) from the user's computer. 2. Modify the content of file(Let's say the content of file was "Good Morning", change to "Good Evening"). 3. Display the previous content and new content on the page again only when another button(that says …
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv='Content-type' content='text/html;charset=UTF-8' >
<script>
function startRead()
{
// obtain input element through DOM