← Back to team overview

torios team mailing list archive

Re: Yet another JWM-settings-manager update

 

Den 2014-12-22 22:51, Israel skrev:
> Hi everyone!
> Things have gone really well coding!  I have been really focused on just
> doing this (for now) and so I have been able to really concentrate on
> the things I wanted to accomplish and implement them.
> So I have been able to update the Panel configuration tool to be able to
> add and remove panels, and also handle every aspect of it (that I can
> currently think of...)
> Also, looking through the other parts of code I realized there are a few
> things I have yet to implement... and one of those is some of the
> various options for fonts.  I think initially I will have a grand scheme
> of things to change things for ALL fonts simultaneuosly...  but that is
> stuff like antialiasing.. for the exhaustive list of all the ways you
> can configure fonts
> http://www.joewing.net/projects/jwm/fonts.shtml#xft
> 
> I have the general framework to support any of those options in my
> backend.  It seems to be very reliable... but of course some of those
> options are pretty intense and I don't know enough about fonts to know
> what all of that means :P  or what I should implement...  So, if anyone
> cares about fonts, please give me your opinion... I only care about font
> when I am making art... and with coding as long as I can *easily*
> distinguish between l,1,I   I am fine :)
> 
> There are a few other updates, but those are boring unless you like c++
> and refactoring and the beauty of OOP.  personally I am excitied, but
> likely not too many here are overly excited about making general
> functions that are smart enough to do lots of things (because they are
> all similar) or the incredible usefulness of overloading functions (so
> you only have to remember 'convert()' will convert a numer to a string,
> or a string to a number)
> 
> Anyhow... happy holidays ToriOSidores!!
>  
> 
> -- 
> Regards
> 
> -Israel
> ToriOS Team
> 
> 
> 
____________________________________________________________________

Den 2014-12-23 06:47, Israel skrev:> On 12/22/2014 05:16 PM, Jack T. wrote:
>>
>> Thanks for your useful update Israel...I enjoy your enthusiasm...JackT.
>>
> Hi,
> No problem!!
>
> And for the super interested:
> 27996
> lines of code as reported by
>
> tempy=($(ls))
> wc -l ${tempy[@]}
>
> This does include comments and blank lines of course... but it is under
> 30k lines!!  I think I can shrink it down still more and make some
> things easier for future maintenance....  But I also have to add more...
> so I think it will still remain under 30k lines.
>
> Which of course the *w*ord*c*ount program is very useful for any of you
> who like terminals :P
> Of course if you like terminals you may very well be familiar with this
> one...
>
> And also just to enthusiastically explain the other bit of it, I made an
> array called tempy [that is why I used () around the command $(ls)...
> and the mysterious [@] do tell bash to use everything inside the
> array... not just a certain element ]
>
>
> --
> Regards
>
> -Israel
> ToriOS Team
>
>
>

Hi Israel,

Thanks for the updates and inspiration :-)

Best regards
Nio


Follow ups

References