Showing posts with label work. Show all posts
Showing posts with label work. Show all posts

Vocab video complete FA6 missing work Alice

Tuesday, December 13, 2016

Here is another video for this weeks vocabulary:




STARTING TODAY: ANYONE CAUGHT WITH THEIR SPEED SKIN OFF OF THEIR KEYBOARD WILL LOSE 10% ON THE NEXT ASSIGNMENT.  YOU WILL LOSE 10% EVERY TIME I SEE YOU WITH YOUR SPEED SKIN OFF THE KEYBOARD, SO IT IS POSSIBLE TO LOSE MORE THAN 10% IN ONE ASSIGNMENT.


If you have not yet finished FA6 you will have class time to get that done.  If you are done then you need to finish any missing work that you dont have turned in.  I have not yet graded FA5 so if you did not complete it you need to get it turned in ASAP.  If you dont have any missing work then you need to complete the Alice tutorial from Monday - here is the website again:

http://www.cs.duke.edu/csed/alice09/tutorialsAlice3/gettingStartedTutorials/witchCauldron/witchTutorial.pdf

Tomorrow is obviously the last day before Spring Break and our vocab quiz over Technical terms - lets make sure to end the week on a good note and go into Spring Break with a good feeling!
Read More..

Vocab definitions due Alice missing work

Sunday, September 4, 2016

A reminder to those who have vocab definitions due for week 8 - those need to be completed on the Wiki spaces page by tonight.

KEEP YOUR SPEED SKIN ON YOUR KEYBOARD AT ALL TIMES!

For those students in 1st, 2nd, and 3rd hours you will need to finish FA5 during class today.  When you are done it should be printed, signed, and then handed in.  

If you complete FA5, or you are already done with FA5, you need to then work on the tutorial in Alice - it can be located here:  http://www.cs.duke.edu/csed/alice09/tutorialsAlice3/gettingStartedTutorials/witchCauldron/witchTutorial.pdf

To open Alice, go to your Finder menu (thats the square "smiley face" on the dock).  Click on Applications, then find a folder labeled "Alice3".  Open that folder and inside you will find an icon of Alice - double click on it to open the program.

If you complete the Alice tutorial then you can either work on a missing assignment for Computer Applications, or on the practice websites located on the blog.  
Read More..

Vocab Quiz 10 the last one! Pizza menu design work

Tuesday, July 19, 2016

Today is the last of the vocab quizzes!  As usual you will be given time at the beginning of class to study - do not go to Classmarker until I tell you to do so.

As soon as you complete the quiz you may continue your work on the pizza menu.
Read More..

Vocab Quiz 8 finish missing work Word It puzzles

Monday, March 7, 2016

Youll be given a few minutes to review before we take the vocab quiz...use it wisely!

Once you complete the vocab quiz you have several options:

  1. complete FA11 and send it to me via email
  2. complete any missing work - if you need to go to Skyward to check to see whats missing thats fine, but do so quickly; I will be reading off everyone who has submitted old assignments (FA 9, 10 and 11) so you know if those have been received
  3. if you dont have any missing work I have some Word It puzzles that you can do for fun; you may work on these with a partner if you wish, but there will only be groups of 2; Ill give you the answers after youve had time to work on them for a while
  4. if youd rather go to the practice websites that is perfectly ok...but you must have your speed skin on your keyboard!
Read More..

Fedora 14 How to make Samsung Fn Brightness buttons work

Sunday, February 23, 2014

If you own a Samsung R510 the most important feature that does not work in Fedora 14 are the brightness buttons. Ubuntu users are fortunate to have a repository that enables Fn functionality, please see https://launchpad.net/~voria/+archive/ppa

I will be using files provided by this repository to enable brightness control in Fedora 14 on my Samsung R510.

Please make sure your Fedora system is fully up to date before proceeding. If you are not sure open a terminal and run the following command,

su -c yum -y update

If advised to reboot, please do.

Are you ready?

Open a terminal and type the following,

su -c yum install kernel-devel gcc

This will download some required tools. Next, edit the 95-keyboard-force-release.rules file.

su -c nano /lib/udev/rules.d/95-keyboard-force-release.rules

Look for the following line

ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="*E252*|*N120*|*N128*|*N130*|*N140*|*N148/N208*|*N150*|*N150/N210/N220*|*N220*|*N308*|*N310*|*N510*|*NB30*|*NC10/N110*|*ND10*|*Q210/P210*|*R410P*|*R425/R525*|*R428/P428*|*R460*|*R463*|*R468/R418*|*R480/R431/R481*|*R509*|*R518*|*R519/R719*|*R520/R522/R620*|*R528/R728*|*R530/R730*|*R530/R730/P590*|*R560*|*R580*|*R580/R590*|*R59/R60/R61*|*R59P/R60P/R61P*|*R710*|*R720*|*R780/R778*|*SR58P*|*SR700*|*SR70S/SR71S*|*SX22S*|*X118*|*X120*|*X460*", RUN+="keyboard-force-release.sh $devpath samsung-other"

Add R510/P510 as highlighted

ENV{DMI_VENDOR}=="[sS][aA][mM][sS][uU][nN][gG]*", ATTR{[dmi/id]product_name}=="*R510/P510*|*E252*|*N120*|*N128*|*N130*|*N140*|*N148/N208*|*N150*|*N150/N210/N220*|*N220*|*N308*|*N310*|*N510*|*NB30*|*NC10/N110*|*ND10*|*Q210/P210*|*R410P*|*R425/R525*|*R428/P428*|*R460*|*R463*|*R468/R418*|*R480/R431/R481*|*R509*|*R518*|*R519/R719*|*R520/R522/R620*|*R528/R728*|*R530/R730*|*R530/R730/P590*|*R560*|*R580*|*R580/R590*|*R59/R60/R61*|*R59P/R60P/R61P*|*R710*|*R720*|*R780/R778*|*SR58P*|*SR700*|*SR70S/SR71S*|*SX22S*|*X118*|*X120*|*X460*", RUN+="keyboard-force-release.sh $devpath samsung-other"

Press Ctrl-X to exit nano, followed by Y to save the file.

Edit your kernel grub entry,

su -c nano /boot/grub/grub.conf

and add the following, acpi_backlight=vendor as illustrated below.

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,0)
# kernel /boot/vmlinuz-version ro root=/dev/sda1
# initrd /boot/initrd-[generic-]version.img
#boot=/dev/sda1
default=0
timeout=5
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.10-74.fc14.x86_64)
root (hd0,0)
kernel /boot/vmlinuz-2.6.35.10-74.fc14.x86_64 acpi_backlight=vendor ro root=UUID=........... rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=uk rhgb quiet
initrd /boot/initramfs-2.6.35.10-74.fc14.x86_64.img
title Fedora (2.6.35.6-45.fc14.x86_64)
root (hd0,0)
kernel /boot/vmlinuz-2.6.35.6-45.fc14.x86_64 ro root=UUID=............ rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=uk rhgb quiet
initrd /boot/initramfs-2.6.35.6-45.fc14.x86_64.img
title Other
rootnoverify (hd1,0)
chainloader +1

Press Ctrl-X to exit nano, followed by Y to save the file.

Now we are going to download and compile the kernel module responsible for making the brightness buttons work.

mkdir samsung

cd samsung

wget http://dl.dropbox.com/u/16953763/samsung-backlight.c

wget http://dl.dropbox.com/u/16953763/Makefile

make

This will compile the samsung-backlight kernel module. The next step is to copy the module to your kernel.

su -c cp samsung-backlight.ko /lib/modules/$(uname -r)/kernel/

su -c depmod -a

su -c modprobe samsung-backlight

Reboot your laptop and try out the FN brightness buttons.

Note:  You will have to rebuild / insert the samsung-backlight kernel module every time your kernel is updated.
Read More..