search for: cessna

Displaying 6 results from an estimated 6 matches for "cessna".

2004 Aug 01
1
windows XP authentication issues
hello list, i am running Samba on FreeBSD 5.2.1-RELEASE. i am able to mount network folders using sharity-light from one of my other freebsd boxes 'piper' on the network with the command: shlight //cessna/videos /usr/home/iain/vidoes when logged in as the user 'iain'. there is a corresponding user on the Samba server 'cessna'. i created a user 'sasha' on 'cessna' with the same permissions as user 'iain', and then created the corresponding user on 'piper&...
2005 Oct 11
8
resize images
Hi, I am looking for the best solution to resize images to fit within a certain area. The images will only be made smaller if they will not fit within a fixed size area. It is important to maintain the same proportions. This ImageMagick extension looks promising: http://vantulder.net/rails/magick/ However, I believe it may be overkill for just resizing images sometimes. I have also seen a
2019 Mar 29
2
Proposal for O1/Og Optimization and Code Generation Pipeline
When I worked on the HPE NonStop compilers for x86 (we used Open64, not LLVM), we adjusted our -O1 to make sure the source display didn't "bounce around" based on feedback from users. We disabled any optimization that would move things across statement boundaries. We also disabled/de-tuned dead store since our DWARF location list support was pretty basic and with the removed store,
2019 Jun 21
4
Memory overflow during cmake/ninja build
...pped: subcommand failed. My hardware is a rather ancient HP a6745f (AMD) with 4GB memory, 200 GB HDD. OS is Kubuntu 18.10. Is my system just too limited or is there something else I should look for? What other info can I provide? Ron -- Ron Brender Whose favorite airplane is N6119A, a 1979 Cessna T210.
2019 Sep 11
3
Dwarf - 5 features in clang and llvm
Hello Djordje, Vedant, Thanks a lot for sharing information. I have a doubt, please consider the following simple test case- #include <iostream> int func(int* ptr){ std::cout << *ptr; return *ptr + 5; } int main(int argc, char** argv){ int a = 4; int* ptr_a = &a; int b = func(ptr_a); return 0; } commandline used -- bash$ clang++
2005 May 23
2
Netbios Alias
I am trying to setup a Netbois alias that uses it's own smb.conf file. I have made the following changes to the original smb.conf file: netbois alias = TPUB02 include = /usr/local/samba/lib/smb.conf.%L For some reason the smb.conf file in the include statement does not work. In touble shooting this issue I was able to hardcode the smb.conf file name in the include statement and that does