Wednesday, April 11, 2018

MacBook Pro System Sound Lowered After Call

Problem: MacBook's system sound is lower than usual after a call (had this happen with Skype, KakaoTalk, FaceTime and WeChat)

Solution: Open Terminal and type in
sudo killall coreaudiod

macbook sound lowered after call

Thursday, April 2, 2015

UCSD Links

UCSD Spring 2015 CSE 120
Website: j.mp/jcse120s
Piazza: j.mp/jcse120spiazza
Podcast: j.mp/jcse120spodcast

UCSD Spring 2015 CSE 105 A00
Website: j.mp/jcse105s
Piazza: j.mp/jcse105spiazza
Podcast: j.mp/jcse105spodcast

UCSD Spring 2015 ECE 45
Website: j.mp/jece45w

UCSD Spring 2015 ECE 109
Website: j.mp/jece109s

Tuesday, January 20, 2015

cse 101 review for exam 1

https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=adjacency%20list%20of%20g%5Er%20in%20linear%20time

Find the reverse graph of G : GR src: http://j.mp/jfindgr


runtime to add an edge to an adjacency list C++
add edge to an adjacency list src: http://j.mp/jadjcimplement
void addEdge(int src, int dest) --- inside AdjancecyList
{
       AdjListNode* newNode = newAdjListNode(dest);
       newNode->next = array[src].head;
       array[src].head = newNode;
       newNode = newAdjListNode(src);
       newNode->next = array[dest].head;
       array[dest].head = newNode;
}
O(1)

Monday, October 27, 2014

Sunday, September 28, 2014

이지은

I have to write before speaking (x) I have to write things down before I say them
But it is so shame (x) But it is so embarassing
This is so shy (x) This is so embarassing
When I have spare time => Whenever I am free
I always go out for riding (x) I always go out to take a ride
Now you look like a man (x) Now you sound more like a man
What other sports do you do?
Yoga (주의 발음)
Wait please => One second / Hold on / Give me a second
I will just wanna help you to practice Korean (x) I just want to help you with Korean
Because it feels like being child (x) Because it makes me feel like a child
It is advanced version of yoga (x) It is an advanced version of yoga
I wanna do tennis (x) I wanna play tennis
What about tennis? == 태니스 왜?
Do you wanna make more six pack? (x)
How to spell? (x) How do you spell it/that?
But I really feel it (x) But I really think so / I'm serious
건강한 몸 – healthy body
So you wanna hang out with

You are a good person ==