On this page

Lectures for the semester finnals
Microsoft "surface" - science fiction came to life ?
Why did Shimon stoped posting ?

Ads

Navigation

Search

Categories

Clouds

Sql Server (5) .Net (16) .Net 2.0 (2) C# (3) @ff Topic (5) Architectural solutions (9) ASP (1) BDD (5) Blog related (8) database (2) Development process (8) Facebook (1) job interviews (1) Lessons (5) Life (12) Microsoft (5) IIS 6 (2) SPS (sharepoint server) (3) Drivers (1) Internet Explorer (2) Windows 2003 server (1) NightDuck (2) Performance (5) Security (9) Sql Server 2000 (4) Study (2) TDD (1) Threading (3) Under the hood (1) Web (1) Web services (1) XSS (6)

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 63
This Year: 0
This Month: 0
This Week: 0
Comments: 33

Sign In
Pick a theme:

 Saturday, June 30, 2007
Saturday, June 30, 2007 4:56:27 PM (GMT Standard Time, UTC+00:00) ( Study )

for the next exams i'll post some recorded lectures that may help (thanks maor).

i'll update this post (for the next topics..)

Algorithems 2 - Boyer Moore

Update:
Algorithems 2 - Last lecture by kfir - Reductions - part1
Algorithems 2 - Last lecture by kfir - Reductions - part2

Update : 06.07.07

Infi2 Notes of the last lectures :
rafi1.rar (1.55 MB)
rafi2.rar (2.94 MB)
rafi3.rar (2.44 MB)
Infi2Jane.rar (2.01 MB)

Some tests :
infiTests.rar (758.66 KB) - pack of tests from early years
2006itzik.mdi (646.73 KB) - test from the last year

Comments [0] | | # 
 Wednesday, June 20, 2007
Wednesday, June 20, 2007 1:12:58 PM (GMT Standard Time, UTC+00:00) ( Life )
WOW !!!
this has my first reaction to this concept of surface computing, it is really amazing .

object recognition, 30'' Table screen, touch activated, complete integration with other consumer devices (phones, digital cameras, PDA's,mp3 players and so...)
i got to say that this interface can really change the way we interact with computers (not to mention how cool it looks..)




check this video :


here is some links on this subject :
http://arstechnica.com/news.ars/post/20070530-what-lurks-below-microsofts-surface-a-qa-with-microsoft.html
http://www.microsoft.com/surface/


Comments [0] | | # 
 Saturday, June 09, 2007
Saturday, June 09, 2007 9:51:44 PM (GMT Standard Time, UTC+00:00) ( .Net 2.0 | Architectural solutions | Life | NightDuck )

No, I'm no retiring from the coding field...
actually I'm in the opposite direction.
the last few months I've been working on a new system thats about to go online in the next few months.
busy as hell in architecture issues, coding issues and more...
i decided to take the opportunity of this project and Finlay get into the asp.net 2.0 .
so i tried to do some coding here

Convert.ToDotNet2(Shimon);

but that only returned an exception of InvalidCasting.
so, i sat on my bottom and started to learn all that is to know to introduce myself to the new features (yes, i know it's about time).

from what i can see, asp.net 2.0 will introduce to the world a lot of "drag&drop" programmers.
take for example the login controls that come built-in:

  • it's great for the beginner programmer.
  • this is one well of a !#@#!!# for an architect.

i mean, they coupled a GUI to a "generic" DB structure, Why ???
what if i want to manage my roles and permissions in other manner (say hierarchical roles...),
or just manage the user in my DB with all the other tables so i can do some easy data mining ?
to do that i need to write some providers to the controls that equals to implementing the business logic from scratch.
i will extent later on that matter (some other post...)

building this project as a one man show gave me an oppertunity of a vast view on a system besides playing with one module.
from now on, i'll continue update here the progress of the project.

 

Comments [0] | | #