Displaying 12 results from an estimated 12 matches for "multiplan".
Did you mean:
multiplay
2009 Feb 25
1
read multiplan or sylk files in R
Hello,
This may sound crazy, but I have a large number of Multiplan data files I'm in the process of recuperating, and I'm hoping to avoid having to open them one by one to convert them into a modern, directly usable format. So I was wondering if someone somewhere had encountered this and maybe had a way to read Multiplan files in R, or, at least, a way to...
2020 Jun 23
1
Accounting package recommendations
...ut
> keeps me stuck in Windows land.
Depending on the complexity of your needs, you might not need dedicated accounting software.
I own and operate a small business (movie theatre). I do all of my accounting on a spreadsheet. Today I use Libreoffice, when I opened my theatre I used Microsoft Multiplan.
I print out my revenue and expenses pages for my accountant at the end of the year and he's happy with that. When I need to generate an actual invoice (fairly rare as my theatre is almost entirely a cash business) I make it up with Libreoffice as well. I have an invoice template saved that...
2024 Sep 13
1
[PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+
...eau_drm(plane->dev);
+ u16 chipset = drm->client.device.info.chipset;
+ u32 tile_mode;
+ u8 kind;
+
+ if (!plane->state || !plane->state->fb)
+ return -EINVAL;
+
+ fb = plane->state->fb;
+ nvbo = nouveau_gem_object(fb->obj[0]);
+
+ /* Don't support compressed format, or multiplane yet. */
+ if (nvbo->comp || fb->format->num_planes != 1)
+ return -EOPNOTSUPP;
+
+ if (nouveau_bo_map(nvbo)) {
+ pr_warn("nouveau bo map failed, panic won't be displayed\n");
+ return -ENOMEM;
+ }
+
+ if (nvbo->kmap.bo_kmap_type & TTM_BO_MAP_IOMEM_MASK)
+ iosys_ma...
2024 Oct 18
2
[PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+
...ient.device.info.chipset;
> + u32 tile_mode;
> + u8 kind;
> +
> + if (!plane->state || !plane->state->fb)
> + return -EINVAL;
> +
> + fb = plane->state->fb;
> + nvbo = nouveau_gem_object(fb->obj[0]);
> +
> + /* Don't support compressed format, or multiplane yet. */
> + if (nvbo->comp || fb->format->num_planes != 1)
> + return -EOPNOTSUPP;
> +
> + if (nouveau_bo_map(nvbo)) {
> + pr_warn("nouveau bo map failed, panic won't be displayed\n");
I think we would want drm_warn() here
With the above changes handled/co...
2024 May 24
0
[PATCH 5/5] drm/nouveau: Add drm_panic support for nv50+
...t drm_framebuffer *fb;
657 struct nouveau_bo *nvbo;
658
659 if (!plane->state || !plane->state->fb)
660 return -EINVAL;
661
662 fb = plane->state->fb;
663 nvbo = nouveau_gem_object(fb->obj[0]);
664
665 /* Don't support compressed format, or multiplane yet */
666 if (nvbo->comp || fb->format->num_planes != 1)
667 return -EOPNOTSUPP;
668
669 if (nouveau_bo_map(nvbo)) {
670 pr_warn("nouveau bo map failed, panic won't be displayed\n");
671 return -ENOMEM;
672 }
673
674 if (nvbo->kmap....
2020 Jun 22
2
Accounting package recommendations
On 22/06/2020 13:57, Rudi Ahlers wrote:
> I have to say, GnuCash simply doesn't do it for me. As a tech, I don't
> have time to figure out accounting systems, and I really don't want to
> have this info on the internet in 3rd party's control.
>
>
>>> On Tue, Jun 9, 2020 at 7:22 PM Rudi Ahlers <rudiahlers at gmail.com> wrote:
>>>
2024 Oct 21
1
[PATCH v3 2/2] drm/nouveau: Add drm_panic support for nv50+
...tile_mode;
>> + u8 kind;
>> +
>> + if (!plane->state || !plane->state->fb)
>> + return -EINVAL;
>> +
>> + fb = plane->state->fb;
>> + nvbo = nouveau_gem_object(fb->obj[0]);
>> +
>> + /* Don't support compressed format, or multiplane yet. */
>> + if (nvbo->comp || fb->format->num_planes != 1)
>> + return -EOPNOTSUPP;
>> +
>> + if (nouveau_bo_map(nvbo)) {
>> + pr_warn("nouveau bo map failed, panic won't be displayed\n");
>
> I think we would want drm_warn() here
sur...
2015 Apr 24
6
Real sh? Or other efficient shell for non-interactive scripts
I'm sure most people here know about Dash in Debian. Have there
been discussions about providing a more efficient shell in Centos
for use with heavily invoked non-interactive scripts?
With sh being a link to bash in Centos I don't know if it would
explode if the link was changed to something else, but at least
the scripts we made on our own that run certain services could
be changed and
2024 Sep 06
3
[PATCH v2 0/3] drm/nouveau: Add drm_panic support for nv50+
This series adds basic drm_panic support for nouveau.
Patches 1-2 Add missing bits in drm_panic (ABGR2101010, private data for set_pixel())
Patch 3 registers nouveau to drm_panic, and handle tiling.
I've tested on a GTX1650, while running Gnome/Wayland desktop.
It should work on other nv50+ cards, but I didn't test them.
To test it, you need to build your kernel with CONFIG_DRM_PANIC=y,
2024 Sep 13
3
[PATCH v3 0/2] drm/nouveau: Add drm_panic support for nv50+
This series adds basic drm_panic support for nouveau.
Patches 1 Add ABGR2101010 support in drm_panic.
Patch 2 registers nouveau to drm_panic, and handle tiling.
I've tested on a GTX1650 (Turing) and GF 8800 GT (Tesla), while
running Gnome/Wayland desktop, and in VT.
It should work on other nv50+ cards, but I didn't test them.
To test it, you need to build your kernel with
2011 Mar 14
4
Serial Date
Hello R Help,
I'm working in a project with a software that register date and time data in serial time format. This format is used by excel, for exemple. In this format, 40597.3911423958 is 2011/2/23 09:23:15. First part is number os days since 1900/1/1, and second part is a fraction of a day.
I need to make this transformation in R, and use it to make some algebrian operations. I found that
2024 Oct 22
4
[PATCH v4 0/3] drm/nouveau: Add drm_panic support for nv50+
This series adds basic drm_panic support for nouveau.
I've tested on GTX1650 (Turing), GeForce GT 1030 (Pascal) and
Geforce 8800 GTS (Tesla), running Gnome/Wayland desktop, and in VT.
It should work on other nv50+ cards, but I didn't test them.
To test it, you need to build your kernel with CONFIG_DRM_PANIC=y, and run:
echo c > /proc/sysrq-trigger
or you can enable