Giter Club home page Giter Club logo

cs61b's People

Contributors

aegamesi avatar akrentsel avatar al-hu avatar alxhwg avatar brandonxxlee avatar cazhou3 avatar changkonabe avatar elipsitz avatar ihkk avatar jhgzhou avatar joshhug avatar kevarifin14 avatar kevinlowe0x3f7 avatar nicole-rasquinha avatar pkuflyingpig avatar renxinhe avatar tingdingalmost97 avatar yashleya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cs61b's Issues

How do I get skeleton code?

Hi,

So for a given Lab/Project/HW, most of them have skeleton code that we need to pull. Assuming the gradescope autograder has been made public, I expected that the skeleton source code also does not require a ucberkeley credentials to access it. However, I can't find the skeleton code for any of the Lab/Project/Hw. How do you get it? (I know i can just pull yours, but I want fresh skeleton code)

Thanks!

my one confusion in pro0

在类StdAudio中,我本想直接使用StdAudio.play(String filename);去播放一个音频,但是总是报错audio ./audio/2001.mid not found,并且在StdAudio源代码中play(String filename)函数中有这样一个报错AudioClip clip = Applet.newAudioClip(url);,很不幸这个问题我解决不了。
所以我换了一种方法:先用StdAudio.read(String filename)将音频文件读入后,利用StdAudio.play(double[] input)开始演奏,并且成功了。但是直接的方法却不可行令我很困惑,希望得到解答。

English:

In class StdAudio, I wanted to use StdAudio.play(String filename) to play a audio, but there are always errors audio ./audio/2001.mid not found, and there is a error in play(String filename) of StdAudio source code :AudioClip clip = Applet.newAudioClip(url);, and unfortunely I could't slove it.
so after thinking , I change a method: use StdAudio.read(String filename) to read audio file, and use StdAudio.play(double[] input) to play, and it do. but the confident method is no way, which confuse me.
please help me!

Nothing in the hw2.

Greetings! The Percolation file in "hw2" document is just skeleton file. There aren't any codes in that file. I wonder if you can make it public for us to learn. Thank you so much!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.