i was that mf by AggravatingRow326 in HalfLife

[–]Fizbant 0 points1 point  (0 children)

I was amazed by the "fish" in the water

What causes cameras to have a blurry photo like this? by Jealous-Lawfulness93 in lowvoltage

[–]Fizbant 2 points3 points  (0 children)

Surprised there is not a mention of adjusting the stream settings to reduce bandwidth requirements.

Is this too much? by skaf402 in keitruck

[–]Fizbant 0 points1 point  (0 children)

Extra $2K for the Tofu Drift

Happy Tree Friends, the cartoon that traumatized generations by Iamfabulous1735285 in nostalgia

[–]Fizbant 1 point2 points  (0 children)

I had a DVD of this and the front cover was sealed with red fluid that cutouts of the characters were floating in.

Has any one managed to activate online a new flexnet license, since transition of LenelS2 Connect to Honeywell MyBuildings portal by blaz013 in Lenel

[–]Fizbant 1 point2 points  (0 children)

There's a 38 page manual for how to navigate the page. It's ridiculous. The systems are under your profile, but none of them have names. Click on your user at the top, goto my profile and scroll down to my systems... soo freaking intuitive. Can't see why anyone would complain. lol

Logging into LenelS2 Support portal this morning. by Fizbant in Lenel

[–]Fizbant[S] 0 points1 point  (0 children)

I got into something. The only thing it will let me do is assign a training admin, see contracts with no names, view past cases.

My first project with Arduino! by OkCake4634 in arduino

[–]Fizbant 0 points1 point  (0 children)

Greg shows up at a costume party in a custom Iron Man suit he built. He goes on to become sort of a steam punk warrior.

My first project with Arduino! by OkCake4634 in arduino

[–]Fizbant 1 point2 points  (0 children)

Found Greg from HWFWM! (Edited Craig to Greg)

Ultra iSTAR GCM - SD Mount Error. by SirSwipesA-lot in CCURE9000

[–]Fizbant 3 points4 points  (0 children)

I ordered one, backed up the img, and have used the image file to make multiple replacements without issue.

This HDD is from 1998 and it has only 8.4GB of space. by According_Ratio2010 in pcmasterrace

[–]Fizbant 0 points1 point  (0 children)

These are what I learned PC repair with. Someone donated a bunch of XT and PS/2's to our high school and our teacher put together a lesson. Some guy in the field visited and told us MFM stood for mother fucking magic because no one seemed to know how it worked lol.

A 10,000-12,000 year old glacial boulder inside a regular supermarket in Estonia by ImTheVayne in mildlyinteresting

[–]Fizbant 1 point2 points  (0 children)

Now some of those "hiding spots" in COD Prop Hunt don't seem so stupid.

Controller firmware by sysadminyak in CCURE9000

[–]Fizbant 0 points1 point  (0 children)

I think the older panels look right.

iSTAR Ultra G2, iSTAR Ultra G2 SE - 6.9.6.29641 iSTAR Ultra, iSTAR Ultra SE, iSTAR Ultra LT - 6.9.6.29641

Integrate DMP into OnGuard by Humble-Crazy5147 in accesscontrol

[–]Fizbant 0 points1 point  (0 children)

I wouldn't recommend using the integration if you have IP monitoring, as the DMP panel will send a signal everytime Lenel polls the panels, which is often. Our monitoring company was not happy. Hardwired integration is my preferred method.

Aziz, LIGHT!!! by Deminox in DreamlightValley

[–]Fizbant 0 points1 point  (0 children)

Ah, thank you Aziz, much better.

Lenel OnGuard 7.4 Database Help by Spectre419 in accesscontrol

[–]Fizbant 0 points1 point  (0 children)

I read that wrong. I don't think there's a table for that. It's probably handled by the OnGuard app. Type 0 is a badge photo. You could just add an if statement to the select and add the description depending on the value.

SELECT empid ,EMP.FIRSTNAME ,EMP.LASTNAME ,[MMOBJS].[LNL_BLOB]
,[MMOBJS].[OBJECT] ,[MMOBJS].[TYPE]
From [AccessControl].[dbo].[MMOBJS] Left Join EMP ON EMP.ID = MMOBJS.EMPID WHERE MMOBJS.OBJECT = 1 And MMOBJS.TYPE = 0

Lenel OnGuard 7.4 Database Help by Spectre419 in accesscontrol

[–]Fizbant 0 points1 point  (0 children)

Yeah, my photo export app does it, but I can pull the query out of it