The “required insolation’ sector is added to support in-model decision on the limiting volumes and conditions.
This is not a public software, so please contact the author of the LSS Arch Tools for more questions.
Feb 25
Posted by ejs in Architecture, My job, programming, Software, Uncategorized | No Comments
The “required insolation’ sector is added to support in-model decision on the limiting volumes and conditions.
This is not a public software, so please contact the author of the LSS Arch Tools for more questions.
Nov 13
Posted by ejs in Arduino, My job, Uncategorized | No Comments
We have a computer room in our local university, ind it’s quite bussy. The main problem it became (this is another story) too long to be usable and there was a strong demand for the screencast view right on the student’s workplace. Yes we do use beamers, but the view was too small to dead the text on the screen.
And so the project was born. There is single seat where the view originates and multiple locations where it should be visible. The system must be easily expandable and upgradeable, no vendor lock-ins. All the points in the systems should be easily adjustable and replaceable.
Read the rest of this entry »After a regular hardware failure the entire site was migrated to a more stable location.
Well, there was a lot of customization done and the new APIs appeared in the last .. 12 (wait, no way!) years.
As allways, be sure you have your backups. they are up to date and are easily accessible once you need them.
Sulley’s sad. He can’t bounce any more. Nor to wiggle his tail.
The toy for $10 supposed to last more than a couple of days, i suppose.
Thank You Disney, for moving your engineering department closer to the manufacturer.
Found an error when deploying GLPI plugin “Generic Objects Management” v 1.1.3 from https://forge.indepnet.net/projects/show/genericobject/
I could add and modify object types, but was unable to add objects. Clicking “Add” button did nothing.
Uh.
Switched GLPI to debug mode and found “SELECT * FROM `glpi_plugin_genericobject_…` WHERE is_template = ‘1’ AND FK_entities=’0′ ORDER BY tplname 0.001 Unknown column ‘tplname’ in ‘order clause’ ” near the bottom.
Of course, the was no ‘tplname’ field in the DB.
A quick search in the sourse revealed:
the apropriate database is created when object’s type is created;
the function “plugin_genericobject_addTable($name)” resides in “inc/plugin_genericobject.objecttype.function.php”
$diff -u plugin_genericobject.objecttype.function.php.orig plugin_genericobject.objecttype.function.php
— plugin_genericobject.objecttype.function.php.orig 2009-12-21 00:01:19.000000000 +0200
+++ plugin_genericobject.objecttype.function.php 2009-12-21 00:06:34.000000000 +0200
@@ -251,6 +251,7 @@
`is_template` INT ( 1 ) NOT NULL DEFAULT 0,
`comments` TEXT NULL ,
`notes` TEXT NULL ,
+ `tplname` VARCHAR( 255 ) NULL ,
PRIMARY KEY ( `ID` )
) ENGINE = MYISAM COMMENT = ‘$name table’;”;
‘tplname’ field should be altered in “plugin_genericobject_enableTemplateManagement” function, but for some reason it isn’t.
That’s all.
Actually, it wasn’t down. Just the information was not displayed.
The reason is simple – after a prolonged migration to Atom MoBo, data crash in one of physical discs, loss of some MySQL databases, a new WordPress installation was missing the theme i’ve used. So, quick edit in ‘options’ table, replacing ‘option_name’ ‘template’ and ‘stylesheet’ with walue ‘default’ made the trick.
As you see, the blog is up and running again.
Meet the Junior 😉
History is just what happens to us.
Now.
I hope this blog will be a cosy place to find some totally useless crap.
More than a year to get this article published. Yet it should be rewritte to make it shorter…
You are currently browsing the archives for the Uncategorized category.
M | T | W | T | F | S | S |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Arclite theme by digitalnature | powered by WordPress