Waitrud Weber’s blog

things and reminders for memories

2018-01-01から1年間の記事一覧

Code Analyzer 004

20180422I'm going to analyze Java, so, I prepared Java struct which is declared in java_struct.h;I suppose that I use the function put_package if analyzer found package. > mingw32-make allgcc -Wall -O3 -o analyzer.o -c analyzer.cppgcc arra…

Code Analyzer 003

20180421 2ndIn 20180421 1st I could point the problem and am trying to solve it now. I added the codes(20180421) before analyzer call the put_token. int parse_libraries ( FILE *fp, int file_end ) { char dummy[1]; for( int i=0; i

Code Analyzer 002

> .\analyzer.exe .\HomePDFPrinter.javam_mode: 0 token[0] is line end. filename .\HomePDFPrinter.java: line 20 raw 1 Analyzer stopped the process in that situation but we do not know where the place of source code comes from,Just I know tha…

Code analyzer

I'd like to analyze Open source which is usually complex. So, I tried to create code analyzer. Token analyzer below means "Token analyzer in Code analyzer." devlopment:20180420Token analyzer has a problem now.The problem which is that the …

GNU License に関して(雑記)

Open Source なソフトウェアは、私達に、知的恩恵を与えてくれますが、GNUのライセンスには気を付けなくてはなりません。私も、あまり気にしてたとは言えませんが、基本、商用利用できるが、秘匿してればいいというわけではありません。また、ソフトウェアの…

xaml+DirectX -introduction-

Xaml と DirectX(Universal Window) とが、相性がいいと思いました。 Xaml(xmlファイル)を編集するだけで、アプリケーションのデザインが出来ます。 DirectXを利用した、ルックスのいいソフトウェアを制作できます。 コードで少し制御できましたので、上…

Sweet Home 3D

Open Source の学習用にとても良いコードを見つけたので、ご紹介いたします。 https://sourceforge.net/p/sweethome3d/code/HEAD/tree/trunk/SweetHome3D/ Windowsosで、ReadMe通り、プロジェクトをEclipseで開く、javavmのオプションに、以下を設定するだけ…