pptaszynski

Paweł Ptaszyński
Warsaw, Poland
0
5
May 20, 2008
  • An application to find shortest paths in a graph specified by input file. A project for academic ...
    Updated Wed Jun 11 18:02:10 -0700 2008
    legend
  • An application changing pitch of PCM 16 bit stereo WAVE files. Created for PC Spim MIPS processor...
    Updated Wed Jun 11 09:09:49 -0700 2008
    legend
  • funkcja realizująca filtrowanie rectangle blur na pliku BMP. Napisana w NASMie dla architektury i...
    Updated Wed Jun 11 08:57:19 -0700 2008
    legend
  • Prosta aplikacja typu issue management. Projekt realizowany w ramach przedmiotu PROZ prowadzonego...
    Updated Tue Jun 10 15:29:17 -0700 2008
    legend
  • Projekt w ramach przedmiotu ZPR prowadzonego na wydziale EiTI Politechniki Warszawskiej. Aplikacj...
    Updated Tue May 20 09:30:01 -0700 2008
    legend

Public Activity  feed

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 18:01:56 -0700 2008

786bb80298bb597bc1f3b8520d774cfe8446773e

Removed errors pointed by compiler. Outcommented exception handling.

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008
pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

34248a334ccae0c4a340c0468e5bf9b9692c1028

Added addVertex method. Changed type of x and y fields in Vertex class, so it fits the specification

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

7fac74fbf49cdde2b2a5082da85a977f5457aa24

Added implementation for searching weighted shortest-path algorithm. Implementation represnets Dijkstra's algorithm

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

292d41c82992ad9d9654954abbbf00dc91f1e5dd

Added Path class to store in priority queue for dijkstra's alg.

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

131ba7e69e8eece11c802242d39829553df6dd78

Added implementation of finding unweighted shortest-path. TODO: Think about implementation for finding 2nd shortest-path

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

314a727ab6223c9b5c9ec8bde7d1c58f78f7bef7

Some variable name change

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

8d5987744e5d12d6d2b64ac4bc9dbf4f909bfe90

A implementation of Graph class. Without shortest path finding methods

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

9b806256bf9f25c93d6d7b11e20643cdad0ac828

Litle changes in comments

pptaszynski committed to pptaszynski/aisdi-graf Wed Jun 11 16:48:09 -0700 2008

ebee59b3ff8c85f90f547b7e9c8613659b9fb0ee

First version of Graph class interface.

pptaszynski created repository aisdi-graf Wed Jun 11 11:46:24 -0700 2008
New repository is at pptaszynski/aisdi-graf
pptaszynski created repository changepitch Wed Jun 11 09:05:33 -0700 2008
New repository is at pptaszynski/changepitch
pptaszynski committed to pptaszynski/rectblurfilter-x86 Wed Jun 11 08:57:12 -0700 2008

e2129f912409d35b1a5c0aa03d044951ec4ead4c

An alternative version of rectBlur function. The code looks better, but it causes Segmentation Fault. If I work on this application, I'm going to use this version

pptaszynski committed to pptaszynski/rectblurfilter-x86 Wed Jun 11 08:57:12 -0700 2008

55b19ca9008433d399fad0cab28436c2ac13ea3d

A asm source file with processing function. It doesn't really work. The reason isn't known.

pptaszynski committed to pptaszynski/rectblurfilter-x86 Wed Jun 11 08:57:12 -0700 2008

fbd9fef319395eed6a445a89db88322c9053b032

A changed test program. It doesn't write some images on the filesystem, because of the quota on the server it was tested on.

pptaszynski committed to pptaszynski/rectblurfilter-x86 Wed Jun 11 08:57:12 -0700 2008

89ce60f0285d01b55af8f81c3fafb093877b7f8b

A slighthly changed makefile. I removed the macros it contained

pptaszynski committed to pptaszynski/codetodo Tue Jun 10 15:29:12 -0700 2008

323e0cf03884356f8334f1ba03f1f6c3dd324a5f

Class of the Project. Constructors and some 'first touch' methods. Essential fields, and a collection od project issues.

pptaszynski committed to pptaszynski/codetodo Tue Jun 10 15:29:12 -0700 2008

ab84ef41d79cc4aeb41219d092d035d65ef6a1e9

A project of the Issue class. Has some Methods and fields. Far from the right and final version

pptaszynski committed to pptaszynski/codetodo Tue Jun 10 15:29:12 -0700 2008

c0d8541f745e89da01ee3f76a7ea550404f104da

Applet files. They really do not contain anything inportant. Just tries and code generated by NetBeans IDE

pptaszynski committed to pptaszynski/codetodo Tue Jun 10 15:21:58 -0700 2008

19bfde7cd98be274b520b1ddf2748760f43f6d0e

NetBeans project files and other generated stuff

pptaszynski edited a page in the pptaszynski/codetodo wiki Sat Jun 07 11:35:19 -0700 2008
"Dokumentacja wstępna" is at pptaszynski/codetodo/wikis/dokumentacja-wst-pna
pptaszynski edited a page in the pptaszynski/codetodo wiki Sat Jun 07 11:33:09 -0700 2008
"Dokumentacja wstępna" is at pptaszynski/codetodo/wikis/dokumentacja-wst-pna
pptaszynski created a page in the pptaszynski/codetodo wiki Sat Jun 07 11:25:20 -0700 2008
"Dokumentacja wstępna" is at pptaszynski/codetodo/wikis/dokumentacja-wst-pna
pptaszynski committed to pptaszynski/rectblurfilter-x86 Sun Jun 01 18:31:09 -0700 2008

4eb5feea34a6a9c4c6bcd3e7fe87d71dfee063e5

Removed unproper version of asm source

pptaszynski committed to pptaszynski/rectblurfilter-x86 Sun Jun 01 18:29:37 -0700 2008

b5351a8e02d761bf23f47fdccb76970d0d6dd11f

Adjusted testing program. It calls a proper function

pptaszynski committed to pptaszynski/rectblurfilter-x86 Sun Jun 01 18:22:34 -0700 2008

6fd47aea8fb2071646df7baf4efe0e4ff78cb9c9

It compiles and does something. The output images are all solid colord and all the same color. It NEEDS to be repaired quickly

pptaszynski created repository rectblurfilter-x86 Sat May 31 02:52:08 -0700 2008
New repository is at pptaszynski/rectblurfilter-x86
pptaszynski created repository optimaldnacut Tue May 20 09:28:09 -0700 2008
New repository is at pptaszynski/optimaldnacut
pptaszynski created repository codetodo Tue May 20 09:06:31 -0700 2008
New repository is at pptaszynski/codetodo
pptaszynski deleted repository -todo Tue May 20 09:03:55 -0700 2008
Deleted repository was at pptaszynski/