Displaying 20 results from an estimated 1000 matches similar to: "Introduction"
2007 Nov 02
0
Customisable WebParts type interface in Rails?
Hello all,
I have been tasked with creating a web front end that is composed of
relatively independent block of functionality, much like ASP.NET''s web
parts or Google gadgets on the iGoogle page. The blocks should be easy
to re-arrange (either statically or dynamically) and it should be
simple to add new blocks. My question is whether there is a good
infrastructure in Rails to easily
2007 Oct 29
0
Google Gadget built with prototype
Greetings Everyone,
I have created a new Google Gadget, this gadget
combines three awesome services by Google, Gadget, Ajax Web Search
and Custom Search Engine. All glued together with very well designed
javascript classes built with prototypejs. The gadget is flexible in
its settings to allow any CSE or site restriction but with a few
customizations could be repurposed
2007 Nov 01
1
List of Nth removed associated objects.
Given the following..
Foo has_many :bars
Bar has_many ::widgets
Widget has_many :gadgets
Gadget has_many :parts
All of the following are now possible...
@foo.bars
@bar.widgets
@part.gadget.widget.bar.foo
However, I can''t just do the opposite of that last one...
@foo.bars.widgets.gadgets.parts
and get a full list of every Part associated with @foo.
I know there''s several
2020 Aug 12
4
[RFC] Zeroing Caller Saved Regs
On Mon, Aug 10, 2020 at 3:34 AM David Chisnall
<David.Chisnall at cl.cam.ac.uk> wrote:
>
> Thanks,
>
> On 07/08/2020 23:28, Kees Cook wrote:
> > On Fri, Aug 7, 2020 at 1:18 AM David Chisnall
> > <David.Chisnall at cl.cam.ac.uk> wrote:
> >> I think it would be useful for the discussion to have a clear threat model that this intends to defend against and
2008 Apr 07
2
iGoogle-style Widgets with Script.aculo.us?
I''d like to create an iGoogle-style page with a library of draggable
layout widgets. Is such a thing using script.aculo.us already
available? (Would hate to re-invent it.) Also, has anyone had success
with nested draggables? For example, rearranging <div>s within an
already draggable <div>?
--~--~---------~--~----~------------~-------~--~----~
You received this message because
2021 Jan 20
3
RHEL changes
See:
https://arstechnica.com/gadgets/2021/01/centos-is-gone-but-rhel-is-now-free-for-up-to-16-production-servers/
and
https://www.redhat.com/en/blog/new-year-new-red-hat-enterprise-linux-programs-easier-ways-access-rhel
--
J Martin Rushton MBCS
2020 Mar 10
2
[RFC] Speculative Execution Side Effect Suppression for Mitigating Load Value Injection
Hi everyone,
Some Intel processors have a newly disclosed vulnerability named Load Value
Injection.
One pager on Load Value Injection:
https://software.intel.com/security-software-guidance/software-guidance/load-value-injection
Deep dive on Load Value Injection:
https://software.intel.com/security-software-guidance/insights/deep-dive-load-value-injection
I wrote this compiler pass that can
2009 Nov 18
1
To loop or not to loop with btrfs
Hi,
This left me puzzled for a while:
22:29 borg:/ # losetup /dev/loop1 /.B.disk
22:29 borg:/ # mount /dev/loop1 /B
mount: /dev/loop1: can''t read superblock
22:29 borg:/ # blkid /dev/loop1
/dev/loop1: UUID="e19fe89b-cde3-4ccc-bc70-b759a57bd1c9"
UUID_SUB="f29c6218-d040-4546-a227-4dd2d2142817" TYPE="btrfs"
22:29 borg:/ # losetup -d /dev/loop1
22:29 borg:/ #
2007 Apr 19
1
Cell phone that can be connected to standad phone switch network
Are there any cell phone (gadgets) that can be connected to standard
switch phone network? (ability to check email would be a plus).
Digium adapter S101i can be connected to any network and it allow a
standard phone to act as your local extension over the Internet (by
registering to asterisk), it works "almost" perfectly.
So it would be handy to have a cellular phone that can be
2007 Sep 20
1
OT: Samsung Sprint CDMAoIP
http://gizmodo.com/gadgets/cellphones/sprintsamsung-instant-cell+to+wi+fi-box-is-official-named-airave-300451.php
The above is quite interesting, it would be interesting to see if it
uses sip, which I have no reason to believe otherwise, and if it does,
can it be hacked to talk to Asteirsk? In which case one could have a
very good extension to asterisk using any Sprint Cell phone, or maybe
even
2007 Oct 18
2
Softphone that emulates Skype API ?
There's a large number of gadgets one can buy that work with Skype
through the API. One of the things I'm interested right now is the
ability to properly use a mobile phone headset with a SIP/IAX softphone.
Is there an softphone that emulates the Skype API?
Are there legal implications in writing an softphone that emulates the
Skype API?
Should I just give up and buy a Siemens DECT
2010 Jun 04
1
small touchscreen/ side monitor for access control application
A couple months ago there was an inquirant looking for a
small, wall mountable monitor to provide an display and input
device for entrance control on an area. Think Geek was out of
stock on a possible offering, but just came back. I just
received this notification of availabity
Mimo Mini USB Monitor - 720-S Slider Touch
http://www.thinkgeek.com/computing/usb-gadgets/bfa3/
I have
2006 Nov 30
2
Samba File Shares growing out of control
Can anyone recommend any solutions for plucking files out of my samba shares that haven't been used in a while. I would like someway to move them off to some archive solution.
_________________________________________________________________
Express yourself with gadgets on Windows Live Spaces
http://discoverspaces.live.com?source=hmtag1&loc=us
2007 Jan 10
3
ActiveRecord Error?
We spent a big chunk of yesterday hunting down a strange bug in one of
our rails apps and created a test project to try out different theories
on what was going on. The result so far is a very small test case app
that perfectly reproduces the problem. The question is, is there
anything *wrong* with what we''re doing here, or is it a problem with
ActiveRecord? We''re on rails
2007 Jul 12
1
WWW::Mechanize::Link.inspect needs some TLC
The problem: users trying to debug Mechanize apps with Komodo
are finding the debugger times out once it''s loaded a web
page. They don''t run into this in the ruby-debug debugger,
or running in normal mode.
The reason: Komodo''s debugger is graphical, which means that
whenever it hits a breakpoint it automatically shows the
contents of each local variable. It has a
2020 Mar 20
2
[RFC] Speculative Execution Side Effect Suppression for Mitigating Load Value Injection
Hi everyone!
I want to clarify the purpose and design of SESES. Thus far, I've
characterized it as an LVI mitigation which is somewhat incorrect.
SESES was built as a "big hammer." It is intended to protect against many
side channel vulnerabilities (Spectre v1, Spectre v4, LVI, etc, etc) even
though it was built in response to LVI.
For folks protecting against LVI, this is an
2007 Nov 09
0
iframe is reloading during each sortable drag/drop point
We are creating a simple widget portal for our site and trying to use
Sortables. Each of our widgets is an iframe. But when you try to
drag an element containing an iframe the Sortables api causes the
iframe to reload at each possible drop point. This causes the ui to
shutter and become unusable.
I have narrowed the issue down the onEmptyHover where
dropon.insertBefore is called. Is there a
2019 Nov 22
2
Random nop insertion pass
> On Nov 21, 2019, at 14:23, Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Some years ago there was a random-nop-insertion pass (for ROP gadget removal) proposed, which didn't stick; we recently had a summer intern work on it but did not get to proper quality; I'd like to revive that.
Hi Paul,
I'm curious about what the use case for this was. In
2020 Jul 20
2
Arstechnica reviews Samba-based iXsystems TrueNAS Core
Really nice write-up on the Samba-based
Open Source project !
https://arstechnica.com/gadgets/2020/07/an-easy-mode-for-zfs-we-test-the-truenas-core-12-0-beta/
Congratulations to the FreeNAS/TrueNAS folks !
Jeremy.
2004 Jun 30
0
Asterisk Wish List - Can We do it? Can you add to it?
Folks!
I dont know whether anyone has done this exercise before of putting together a Wish-List of things that you want to do, if you have all the gadgets you need and have a client base that needs Asterisk's Features and more. Here are some of the scenarios I am playing out that I will do, once I have enough time.
Can anyone add to this list of Scenarios with or without using other gadgets,